GET
/
api
/
v1
/
badge_hours
/
{id}
{
  "@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"
}

Path Parameters

id
string
required

BadgeHour identifier

Response

200
application/ld+json

BadgeHour resource