GET api/user/rep/{repDIDorURL}/urllookup?returnCancelledOverride={returnCancelledOverride}

Returns profile information for a specific representative. URL takes precedence to lookup and find Rep with historical URLs.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repDIDorURL

Representative identifier or URL to use for historical look up

string

Required

returnCancelledOverride

Flag to override existent setting to allow return cancel reps.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

IRepURL
NameDescriptionTypeAdditional information
RepDID

string

None.

URL

string

None.

Response Formats

application/xml, text/xml

Sample:
<RepURL>
  <RepDID />
  <URL />
</RepURL>

application/json, text/json

Sample:
{}