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": "b6690591-ea4b-4803-bee9-c69ab25d100c",
  "SegmentID": 1,
  "UserUUIDCur": "a9c505f1-d3ea-4cb9-ab87-c0669ee6281e"
}