POST api/AdminAppDefaultSettings/GetButton

AppGetButton

Request Information

URI Parameters

None.

Body Parameters

GetButtonDef
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "41251e51-42f3-4c90-b2e9-ad7604296c03"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetButon_Response
NameDescriptionTypeAdditional information
ButtonID

integer

None.

ButtonActive

boolean

None.

PhotoUUID

globally unique identifier

None.

ButtonDescr

string

None.

UserUUID

globally unique identifier

None.

EntryTime

date

None.

UserUUIDChange

globally unique identifier

None.

EntryTimeChange

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ButtonID": 1,
    "ButtonActive": true,
    "PhotoUUID": "8764b678-f183-470a-91b4-4d58116539a0",
    "ButtonDescr": "sample string 1",
    "UserUUID": "357546af-e318-424e-9435-d6eab06a7755",
    "EntryTime": "2025-04-19T06:46:08.248139+03:00",
    "UserUUIDChange": "b034fcfc-2e59-4ab1-b1d8-03e86dcbedca",
    "EntryTimeChange": "2025-04-19T06:46:08.248139+03:00"
  },
  {
    "ButtonID": 1,
    "ButtonActive": true,
    "PhotoUUID": "8764b678-f183-470a-91b4-4d58116539a0",
    "ButtonDescr": "sample string 1",
    "UserUUID": "357546af-e318-424e-9435-d6eab06a7755",
    "EntryTime": "2025-04-19T06:46:08.248139+03:00",
    "UserUUIDChange": "b034fcfc-2e59-4ab1-b1d8-03e86dcbedca",
    "EntryTimeChange": "2025-04-19T06:46:08.248139+03:00"
  }
]