GET api/v1/participant/getbyorderid/{orderId}
Gets participants from event.Not deleted participants and unfinished payments
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServerResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| HttpStatus | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Next | string |
None. |
|
| Previous | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HttpStatus": 1,
"Message": "sample string 2",
"Data": {},
"Next": "sample string 4",
"Previous": "sample string 5"
}