GET
/
api
/
v1
/
fee_payments
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "payer": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "firstName": "<string>",
        "lastName": "<string>",
        "dateCreated": "2023-11-07T05:31:56Z",
        "localCenter": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "alias": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "type": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "namePlural": "<string>",
          "position": 123,
          "isUserType": true,
          "options": [
            "<string>"
          ],
          "isLocalCenter": true,
          "isLocalCenterParent": true,
          "isNational": true,
          "chartName": "<string>"
        },
        "fullName": "<string>",
        "dateJoined": "2023-11-07T05:31:56Z",
        "familyNth": "<string>",
        "cardId": "<string>",
        "dateJoinedFullMember": "2023-11-07T05:31:56Z"
      },
      "localCenter": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "alias": "<string>",
        "id": 123,
        "name": "<string>"
      },
      "status": 123,
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateModified": "2023-11-07T05:31:56Z",
      "currency": "<string>",
      "value": 123,
      "isLocal": true,
      "method": "<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

status
integer
status[]
integer[]
id
integer
id[]
integer[]
order[dateCreated]
enum<string>
default:asc
Available options:
asc,
desc
exists[isLocal]
boolean

Response

200
application/ld+json

FeePayment collection

The response is of type object.