POST api/AppDefaultOnEntry/AppGetSource

AppGetSource

Request Information

URI Parameters

None.

Body Parameters

AppGetSource_request
NameDescriptionTypeAdditional information
URL

string

None.

SegmentID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "URL": "sample string 1",
  "SegmentID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetSource_response
NameDescriptionTypeAdditional information
IntroSliderUUID

globally unique identifier

None.

SegmentID

integer

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "IntroSliderUUID": "cc4ef5c1-460c-492a-a9a0-f26b2fd35f22",
  "SegmentID": 1,
  "UserUUIDCur": "9e84c7f6-eea5-47c6-a347-6c5ca0716920"
}