POST api/Fun/GetFunC

AppGetFunC

Request Information

URI Parameters

None.

Body Parameters

FunReminderRequest
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "3b3842d8-aca8-4cb2-be09-b80db8c8884f",
  "UserUUIDCur": "d017660f-58dc-4e7f-85f2-a7ff41061822"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FunCResponse
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

FunName

string

None.

PhotoUUIDTag

string

None.

ScoreAvg

decimal number

None.

AllowScore

boolean

None.

PhotoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FunUUID": "26480846-5d18-4022-bbb0-58697d3dcdc4",
    "FunName": "sample string 2",
    "PhotoUUIDTag": "sample string 3",
    "ScoreAvg": 4.0,
    "AllowScore": true,
    "PhotoUUID": "1e9a3e79-8b14-4dcc-b675-445f81a4cfb2",
    "UserUUIDCur": "efe539da-f2af-49f3-8768-1e167b570efa"
  },
  {
    "FunUUID": "26480846-5d18-4022-bbb0-58697d3dcdc4",
    "FunName": "sample string 2",
    "PhotoUUIDTag": "sample string 3",
    "ScoreAvg": 4.0,
    "AllowScore": true,
    "PhotoUUID": "1e9a3e79-8b14-4dcc-b675-445f81a4cfb2",
    "UserUUIDCur": "efe539da-f2af-49f3-8768-1e167b570efa"
  }
]