GET getSupportingDocumentActivity
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityId | integer |
None. |
|
| ActivityName | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"ActivityId": 1,
"ActivityName": "sample string 2"
},
{
"ActivityId": 1,
"ActivityName": "sample string 2"
}
]