POST api/AppPersonal/AppGetResource
AppGetResource
Request Information
URI Parameters
None.
Body Parameters
AppGetResource| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "c4754d57-2e88-417e-a78a-f3ccbadafe7c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetResource_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceID | integer |
None. |
|
| ResourceName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| ResourceQ | integer |
None. |
|
| ResourceQChar | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ResourceID": 1,
"ResourceName": "sample string 2",
"PhotoUUID": "5016bb64-09a6-4179-8cad-9ac11dd29efa",
"ResourceQ": 1,
"ResourceQChar": "sample string 3",
"UserUUIDCur": "9825ab5f-4bc8-4b70-9457-24bc17af0e98"
},
{
"ResourceID": 1,
"ResourceName": "sample string 2",
"PhotoUUID": "5016bb64-09a6-4179-8cad-9ac11dd29efa",
"ResourceQ": 1,
"ResourceQChar": "sample string 3",
"UserUUIDCur": "9825ab5f-4bc8-4b70-9457-24bc17af0e98"
}
]