Skip to content

wepow:interviews

Guillermo Romero edited this page Dec 21, 2018 · 8 revisions

wepow:interviews

Collection resource consisting of wepow:interview resources.

Properties

Name Type Description
count Number The total number of wepow:interview resources.

Links / Embedded 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

Example

{
  "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"
    }
  }
}

Actions

GET

Responses

  • 200: The resource representation is returned.