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": "6f112240-d2f5-4104-a189-61e198993c98",
  "SegmentID": 1,
  "UserUUIDCur": "8e61f128-5e14-4d78-8531-47a302cb32af"
}