GET
/
api
/
v1
/
badge_hours
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "hours": 123,
      "title": "<string>",
      "comment": "<string>",
      "owner": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "fullName": "<string>",
        "logo": "<string>"
      },
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateBegin": "2023-11-07T05:31:56Z",
      "dateEnd": "2023-11-07T05:31:56Z"
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

user
string
user[]
string[]
owner
string
owner[]
string[]
user.localCenter
string
user.localCenter[]
string[]
order[dateCreated]
enum<string>
default:asc
Available options:
asc,
desc

Response

200
application/ld+json

BadgeHour collection

The response is of type object.