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": "aa073926-ccc8-44db-a42c-9fbe32ef5a81"
}

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": "9be18012-a40a-4a91-9642-18607081d6c0",
    "ResourceQ": 1,
    "ResourceQChar": "sample string 3",
    "UserUUIDCur": "d7aa5416-9f28-44f5-a6b1-5e54b0963aa9"
  },
  {
    "ResourceID": 1,
    "ResourceName": "sample string 2",
    "PhotoUUID": "9be18012-a40a-4a91-9642-18607081d6c0",
    "ResourceQ": 1,
    "ResourceQChar": "sample string 3",
    "UserUUIDCur": "d7aa5416-9f28-44f5-a6b1-5e54b0963aa9"
  }
]