Action disabled: media

/api/applications/ID/flags

HEAD, GET

Get a list of flag associations for the application in question.

Note that this will not return the flags themselves, but rather represents the relationships between an application and flags. Follow the flag URI in the response to retrieve further information about the flag in question.

Syntax

GET /api/applications/123/flags
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234
X-Count: 15

Response example

{
  "123": {
      "assigned": "2014-07-11T09:24:51+00:00",
      "flag": "/api/applications/flags/123"
  },
  "321": {
      "assigned": "2014-07-11T09:22:14+00:00",
      "flag": "/api/applications/flags/321"
  }
}