GET serviceowner/delegationRequests?serviceCode={serviceCode}&serviceEditionCode={serviceEditionCode}&status[0]={status[0]}&status[1]={status[1]}&continuation={continuation}&coveredBy={coveredBy}&offeredBy={offeredBy}
Gets a list of all the DelegationRequests created by the service owner. Optional parameters can be used in order to filter the result.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
queryOptions | OData Query details. This object is created by the Framework based on parameters in the url. |
None. |
serviceCode | Optional filter parameter for serviceCode |
Define this parameter in the request URI. |
serviceEditionCode | Optional filter parameter for serviceEditionCode |
Define this parameter in the request URI. |
status | Optional filter parameter for status. (created, unopened, approved, rejected, deleted) |
Define this parameter in the request URI. |
continuation | Optional filter parameter for continuationToken |
Define this parameter in the request URI. |
coveredBy | Optional filter parameter for coveredBy |
Define this parameter in the request URI. |
offeredBy | Optional filter parameter for offeredBy |
Define this parameter in the request URI. |
Response Information
An HttpResponse with the added request or errors if any.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 54" } }, "_embedded": { "sample string 88": [ { "Guid": "c2f96359-6ae1-4bd6-8c26-ce40fb836054", "RequestStatus": "None", "CoveredBy": "sample string 79", "OfferedBy": "sample string 8", "RedirectUrl": "sample string 12", "RequestMessage": "sample string 44", "KeepSessionAlive": true, "Created": "2025-04-26T16:08:11.7498526+02:00", "LastChanged": "2025-04-26T16:08:11.7498526+02:00", "RequestResources": [ { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } } ], "Errors": [ { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" } ], "_links": { "self": { "href": "sample string 29" } } }, { "Guid": "c2f96359-6ae1-4bd6-8c26-ce40fb836054", "RequestStatus": "None", "CoveredBy": "sample string 79", "OfferedBy": "sample string 8", "RedirectUrl": "sample string 12", "RequestMessage": "sample string 44", "KeepSessionAlive": true, "Created": "2025-04-26T16:08:11.7498526+02:00", "LastChanged": "2025-04-26T16:08:11.7498526+02:00", "RequestResources": [ { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } } ], "Errors": [ { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" } ], "_links": { "self": { "href": "sample string 29" } } }, { "Guid": "c2f96359-6ae1-4bd6-8c26-ce40fb836054", "RequestStatus": "None", "CoveredBy": "sample string 79", "OfferedBy": "sample string 8", "RedirectUrl": "sample string 12", "RequestMessage": "sample string 44", "KeepSessionAlive": true, "Created": "2025-04-26T16:08:11.7498526+02:00", "LastChanged": "2025-04-26T16:08:11.7498526+02:00", "RequestResources": [ { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } }, { "ServiceCode": "sample string 39", "ServiceEditionCode": 2, "AltinnAppId": "sample string 68", "Operations": [ "Read", "Read", "Read" ], "Metadata": { "sample-string-14": "sample string 13", "sample-string-31": "sample string 63", "sample-string-27": "sample string 80" } } ], "Errors": [ { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" }, { "ErrorCode": "sample string 33", "ErrorMessage": "sample string 72" } ], "_links": { "self": { "href": "sample string 29" } } } ] }, "continuationtoken": "sample string 23" }