Backoffice API
  1. Blocks
Backoffice API
  • Back to home
  • Community
  • Events
    • Blocks
      • Event blocks by id
      • Manage Event blocks by id
      • Event Block entries by ids
      • Manage Event Block entries by ids
    • List events
      GET
    • Create Event
      POST
    • Event by id
      GET
    • Update Event by id
      PATCH
    • Remove Event by id
      DELETE
    • Event occurrences by id
      GET
    • Update Event Block by ids
      PATCH
  • Organizations
    • Blocks
      • Organization blocks by id
        GET
      • Manage Organization blocks by id
        PUT
      • Organization Block entries by ids
        GET
      • Manage Organization Block entries by ids
        PUT
    • List organizations
      GET
    • Create Organization
      POST
    • Organization by id
      GET
    • Update Organization by id
      PATCH
    • Remove Organization by id
      DELETE
    • Update Organization Block by ids
      PATCH
  • People
    • Blocks
      • Person blocks by id
      • Manage Person blocks by id
      • Person Block entries by ids
      • Manage Person Block entries by ids
    • List people
      GET
    • Create Person
      POST
    • Person by id
      GET
    • Update Person by id
      PATCH
    • Remove Person by id
      DELETE
    • Update Person Block by ids
      PATCH
  • Projects
    • Blocks
      • Project blocks by id
      • Manage Project blocks by id
      • Project Block entries by ids Copy
      • Manage Project Block entries by ids
    • List projects
    • Create Project
    • Project by id
    • Update Project by id
    • Remove Project by id
    • Update Project Block by ids
  1. Blocks

Organization Block entries by ids

GET
/organizations/{organization_id}/blocks/{block_id}/entries

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
API Key
Add parameter in query
x-api-key
Example:
x-api-key: ********************
or
Path Params

Responses

🟢200Success
application/json
Body

🟠400Invalid UUID
🟠401Unauthorized API KEY
🟠403Unauthorized roles
🟠404Entity not found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://prod.your-api-server.com/api/community/v2/organizations/{{community_org_id}}/blocks/0db127ac-166f-41b1-bf70-c6c49f1e40f1/entries' \
--header 'x-api-key: <api-key>'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "content_id": "713e4c61-5a69-43fb-a600-2e2699462e14",
            "relation_id": "db83d865-cb76-4d51-8e9b-097dfcf4e259"
        }
    ]
}
Modified at 2025-06-19 16:39:19
Previous
Manage Organization blocks by id
Next
Manage Organization Block entries by ids
Built with