GET api/customerapi/customerresumes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ResumeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": "5709ebe5-43c4-4e81-ada9-e6a2a4f0890e"
},
{
"name": "sample string 1",
"id": "5709ebe5-43c4-4e81-ada9-e6a2a4f0890e"
}
]
application/xml, text/xml
Sample:
<ArrayOfsite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<site>
<id>5709ebe5-43c4-4e81-ada9-e6a2a4f0890e</id>
<name>sample string 1</name>
</site>
<site>
<id>5709ebe5-43c4-4e81-ada9-e6a2a4f0890e</id>
<name>sample string 1</name>
</site>
</ArrayOfsite>