POST api/AppLive/AppGetLiveShare

AppGetLiveShare

Request Information

URI Parameters

None.

Body Parameters

GetUserOtherShare
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "6e7c9db6-d578-4917-bc0b-c3c333bbcd2a",
  "UserUUIDCur": "999141fa-d0e6-4a85-a528-025978f7d6b9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetUserOtherShare_Response
NameDescriptionTypeAdditional information
ShareUUID

globally unique identifier

None.

ShareTypeName

string

None.

EntryTime

date

None.

PhotoUUID

globally unique identifier

None.

CommentName

string

None.

ProductID

integer

None.

NewsUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ShareUUID": "003e31e4-0367-4a46-abd3-3e99f29b4ccc",
    "ShareTypeName": "sample string 1",
    "EntryTime": "2025-04-19T10:03:43.9191196+03:00",
    "PhotoUUID": "b5d47771-f955-491c-94b2-1a1d387bf417",
    "CommentName": "sample string 2",
    "ProductID": 3,
    "NewsUUID": "d7bb468b-001b-4799-8e05-59c55a8df623",
    "UserUUID": "ccb749c8-ecc7-422a-a041-e781d59b5d01",
    "UserUUIDCur": "e607c752-3f57-421a-9c4d-77edebbb28ef"
  },
  {
    "ShareUUID": "003e31e4-0367-4a46-abd3-3e99f29b4ccc",
    "ShareTypeName": "sample string 1",
    "EntryTime": "2025-04-19T10:03:43.9191196+03:00",
    "PhotoUUID": "b5d47771-f955-491c-94b2-1a1d387bf417",
    "CommentName": "sample string 2",
    "ProductID": 3,
    "NewsUUID": "d7bb468b-001b-4799-8e05-59c55a8df623",
    "UserUUID": "ccb749c8-ecc7-422a-a041-e781d59b5d01",
    "UserUUIDCur": "e607c752-3f57-421a-9c4d-77edebbb28ef"
  }
]