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": "78dafd9b-5ebe-4b62-9cfe-9fcaf6278063"
},
{
"name": "sample string 1",
"id": "78dafd9b-5ebe-4b62-9cfe-9fcaf6278063"
}
]
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>78dafd9b-5ebe-4b62-9cfe-9fcaf6278063</id>
<name>sample string 1</name>
</site>
<site>
<id>78dafd9b-5ebe-4b62-9cfe-9fcaf6278063</id>
<name>sample string 1</name>
</site>
</ArrayOfsite>