Skip to main content
Question

How to find RecProgramId from ReqId

  • September 26, 2026
  • 1 reply
  • 10 views

Forum|alt.badge.img+5

Hi,

 

I know the ReqID and I want to know to which RecurringServiceProgram this ReqID belongs.

 

The API-Call: main/ifsapplications/projection/v1/RequestHandling.svc/SrvRequestSet(ReqId='62723')

returns 

"Source": "RecurringService",

 

Which API do I have to use to find the Recurring ServiceProgramm, which has created this request?

 

Best regards

 

Michael

 

PS: We use 26R1.3

1 reply

Dilani
Hero (Employee)
Forum|alt.badge.img+5
  • Hero (Employee)
  • September 26, 2026

Hi,

You could try something like 
/main/ifsapplications/projection/v1/RequestHandling.svc/SrvRequestScopeSet?$filter=ReqId eq '62723' and Source eq 'RecurringService'&$select=SourceRef1

SourceRef1 of request scope should contains the Recurring Program ID when the request source is RecurringService.

BR,

Dilani