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
Name | Description | Type | Additional 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
IRepURLName | Description | Type | Additional information |
---|---|---|---|
RepDID | string |
None. |
|
URL | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<RepURL> <RepDID /> <URL /> </RepURL>
application/json, text/json
Sample:
{}