GET
/
api
/
v1
/
badge_users
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "badge": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "name": "<string>",
        "type": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "translation": "<string>",
        "logo": "<string>",
        "hours": 123,
        "referrals": 123
      },
      "user": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "localCenter": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "alias": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "localCenterParent": "https://example.com/",
        "fullName": "<string>",
        "logo": "<string>"
      },
      "dateCreated": "2023-11-07T05:31:56Z",
      "commentUser": "<string>",
      "commentMaster": "<string>",
      "status": 123,
      "owner": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "localCenter": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "alias": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "localCenterParent": "https://example.com/",
        "fullName": "<string>",
        "logo": "<string>"
      }
    }
  ],
  "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

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

Response

200
application/ld+json

BadgeUser collection

The response is of type object.