GET api/v1/mmserviceparticipations?customerId={customerId}&Limit={Limit}&Offset={Offset}&OrderBy={OrderBy}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | globally unique identifier |
Required |
|
Limit | integer |
None. |
|
Offset | integer |
None. |
|
OrderBy | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MultiResultResponseOfMmServiceParticipationDtoName | Description | Type | Additional information |
---|---|---|---|
Meta | MetaMultiResult |
None. |
|
Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{ "meta": { "limit": 1, "offset": 2, "totalResults": 3 }, "notifications": [ {}, {} ], "results": [ { "id": "1a3049f9-312f-4fa9-aa44-ce90ccb825bb", "customerId": "b3447387-4936-4a3e-8dbf-e77bb343cb33", "relativeId": "2845e14a-a803-4628-9f45-77f24f726306", "mmServiceCode": "sample string 1", "mmServiceTitle": "sample string 2", "participationDate": "2025-08-31T09:03:14.0435889+00:00", "urlImage": "sample string 3" }, { "id": "1a3049f9-312f-4fa9-aa44-ce90ccb825bb", "customerId": "b3447387-4936-4a3e-8dbf-e77bb343cb33", "relativeId": "2845e14a-a803-4628-9f45-77f24f726306", "mmServiceCode": "sample string 1", "mmServiceTitle": "sample string 2", "participationDate": "2025-08-31T09:03:14.0435889+00:00", "urlImage": "sample string 3" } ] }
application/xml, text/xml
Sample:
<MultiResultResponseOfMmServiceParticipationDtoaM_S85dVU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response"> <Meta> <Limit>1</Limit> <Offset>2</Offset> <TotalResults>3</TotalResults> </Meta> <Notifications> <Notification /> <Notification /> </Notifications> <Results xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <d2p1:MmServiceParticipationDto> <d2p1:CustomerId>b3447387-4936-4a3e-8dbf-e77bb343cb33</d2p1:CustomerId> <d2p1:Id>1a3049f9-312f-4fa9-aa44-ce90ccb825bb</d2p1:Id> <d2p1:MmServiceCode>sample string 1</d2p1:MmServiceCode> <d2p1:MmServiceTitle>sample string 2</d2p1:MmServiceTitle> <d2p1:ParticipationDate>2025-08-31T09:03:14.0435889+00:00</d2p1:ParticipationDate> <d2p1:RelativeId>2845e14a-a803-4628-9f45-77f24f726306</d2p1:RelativeId> <d2p1:UrlImage>sample string 3</d2p1:UrlImage> </d2p1:MmServiceParticipationDto> <d2p1:MmServiceParticipationDto> <d2p1:CustomerId>b3447387-4936-4a3e-8dbf-e77bb343cb33</d2p1:CustomerId> <d2p1:Id>1a3049f9-312f-4fa9-aa44-ce90ccb825bb</d2p1:Id> <d2p1:MmServiceCode>sample string 1</d2p1:MmServiceCode> <d2p1:MmServiceTitle>sample string 2</d2p1:MmServiceTitle> <d2p1:ParticipationDate>2025-08-31T09:03:14.0435889+00:00</d2p1:ParticipationDate> <d2p1:RelativeId>2845e14a-a803-4628-9f45-77f24f726306</d2p1:RelativeId> <d2p1:UrlImage>sample string 3</d2p1:UrlImage> </d2p1:MmServiceParticipationDto> </Results> </MultiResultResponseOfMmServiceParticipationDtoaM_S85dVU>