POST api/AppPersonal/AppGetResource

AppGetResource

Request Information

URI Parameters

None.

Body Parameters

AppGetResource
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "fa42ba7c-d929-48b3-9927-19957a9972c3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetResource_Response
NameDescriptionTypeAdditional 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": "cf60b642-9068-4c15-bf04-eba63e167ea1",
    "ResourceQ": 1,
    "ResourceQChar": "sample string 3",
    "UserUUIDCur": "076e85cc-0b96-45ac-9288-cafe165abafc"
  },
  {
    "ResourceID": 1,
    "ResourceName": "sample string 2",
    "PhotoUUID": "cf60b642-9068-4c15-bf04-eba63e167ea1",
    "ResourceQ": 1,
    "ResourceQChar": "sample string 3",
    "UserUUIDCur": "076e85cc-0b96-45ac-9288-cafe165abafc"
  }
]