POST api/Setting/GetAllMaterial

Request Information

URI Parameters

None.

Body Parameters

MaterialFilter
NameDescriptionTypeAdditional information
user_id

globally unique identifier

None.

references

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "user_id": "218dc828-ea55-4ced-b7d1-9b1ed90a3f3a",
  "references": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
status

boolean

None.

error

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.