-
Notifications
You must be signed in to change notification settings - Fork 0
wepow:interviews
Guillermo Romero edited this page Dec 21, 2018
·
8 revisions
Collection resource consisting of wepow:interview resources.
Name | Type | Description |
---|---|---|
count | Number | The total number of wepow:interview resources. |
Relation | Description |
---|---|
self | The resource full representation |
wepow:interview | An array of interview representations |
wepow:interview | Templated -- A link to a specific interview |
wepow:interviews:from-template | Create a new interview from an existing interview template |
{
"count" : 1,
"_embedded" : {
"wepow:interview": [
{
"id": "4fbe6d9ca8326c0c25000049",
"title": "IPX Tech Lead",
"date_sent": "2012-05-24T17:29:13+00:00",
"status": "active",
"description": "Tech lead for the UJL team",
"open_for_new_applications": true,
"_links": {
"self": {
"href": "/hypermedia/interviews/4fbe6d9ca8326c0c25000049"
},
"wepow:applications": {
"href": "/hypermedia/interviews/4fbe6d9ca8326c0c25000049/applications"
},
"wepow:applications:bulk": {
"href": "/hypermedia/interviews/4fbe6d9ca8326c0c25000049/applications/bulk_create"
}
}
}
]
},
"_links": {
"self": {
"href": "/hypermedia/interviews"
},
"wepow:interview": {
"templated": true,
"href": "/hypermedia/interviews{/id}"
},
"wepow:interviews:from-template": {
"href": "/hypermedia/interviews/from_template"
}
}
}
- 200: The resource representation is returned.