GET me-eo/resume?ClientId={ClientId}
Retrieve resume detail for Logged-in User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId |
ClientId |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Id | string |
None. |
|
Text | string |
None. |
|
IsSearchAllow | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "a3a3db67-7234-4dc3-95cd-80311ed95c32", "Id": "sample string 2", "Text": "sample string 3", "IsSearchAllow": "sample string 4" }
application/xml, text/xml
Sample:
<ResumeResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>a3a3db67-7234-4dc3-95cd-80311ed95c32</UserId> <Id>sample string 2</Id> <Text>sample string 3</Text> <IsSearchAllow>sample string 4</IsSearchAllow> </ResumeResult>