POST api/Setting/GetAllMaterial
Request Information
URI Parameters
None.
Body Parameters
MaterialFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | globally unique identifier |
None. |
|
| references | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": "1f7cd7b1-04a9-4ffc-a70b-1b7bc322cbef",
"references": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.