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
MultiResultResponseOfMmServiceParticipationDto| Name | 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": "86146421-b221-4748-9744-01e1ab89a2ad",
"customerId": "7e32f18f-8d74-4f38-b661-ef781f6d0112",
"relativeId": "dad401d8-a13d-4712-9b13-4a3436fe02af",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-03-23T09:17:05.2040219+00:00",
"urlImage": "sample string 3"
},
{
"id": "86146421-b221-4748-9744-01e1ab89a2ad",
"customerId": "7e32f18f-8d74-4f38-b661-ef781f6d0112",
"relativeId": "dad401d8-a13d-4712-9b13-4a3436fe02af",
"mmServiceCode": "sample string 1",
"mmServiceTitle": "sample string 2",
"participationDate": "2026-03-23T09:17:05.2040219+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>7e32f18f-8d74-4f38-b661-ef781f6d0112</d2p1:CustomerId>
<d2p1:Id>86146421-b221-4748-9744-01e1ab89a2ad</d2p1:Id>
<d2p1:MmServiceCode>sample string 1</d2p1:MmServiceCode>
<d2p1:MmServiceTitle>sample string 2</d2p1:MmServiceTitle>
<d2p1:ParticipationDate>2026-03-23T09:17:05.2040219+00:00</d2p1:ParticipationDate>
<d2p1:RelativeId>dad401d8-a13d-4712-9b13-4a3436fe02af</d2p1:RelativeId>
<d2p1:UrlImage>sample string 3</d2p1:UrlImage>
</d2p1:MmServiceParticipationDto>
<d2p1:MmServiceParticipationDto>
<d2p1:CustomerId>7e32f18f-8d74-4f38-b661-ef781f6d0112</d2p1:CustomerId>
<d2p1:Id>86146421-b221-4748-9744-01e1ab89a2ad</d2p1:Id>
<d2p1:MmServiceCode>sample string 1</d2p1:MmServiceCode>
<d2p1:MmServiceTitle>sample string 2</d2p1:MmServiceTitle>
<d2p1:ParticipationDate>2026-03-23T09:17:05.2040219+00:00</d2p1:ParticipationDate>
<d2p1:RelativeId>dad401d8-a13d-4712-9b13-4a3436fe02af</d2p1:RelativeId>
<d2p1:UrlImage>sample string 3</d2p1:UrlImage>
</d2p1:MmServiceParticipationDto>
</Results>
</MultiResultResponseOfMmServiceParticipationDtoaM_S85dVU>