Organisation

Returns info about specified organisation

get/organisation/{id}

Path parameters

idinteger required

Organisation ID

Response

OK

idinteger
slugstring
namestring
logostring
created_atstring

Example response

{
  "id": 6996987893965263000,
  "slug": "devsoc-unsw",
  "name": "UNSW Software Development Society",
  "logo": "76718252-2a13-4de2-bc07-f977c75dc52b",
  "created_at": "2024-02-10T18:25:43.511Z"
}

Changes

Changed in 2 of the 8 revisions of this API.213

  • 4fc8206e1afe12See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the non-success response with the status 307

      response-non-success-status-added

    • added the optional property slug to the response with the 200 status

      response-optional-property-added

  • 5acc2e0d80e9111See the full diff
    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property slug from the response with the 200 status

      response-optional-property-removed

    • removed the non-success response with the status 307

      response-non-success-status-removed

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog