Organizations
internal

Poll the status of an org's background demo-populate task.

get/api/v1/organizations/{id}/populate-demo/status

Path parameters

idstring uuid required

Organization ID

Response

Demo populate status

errorstring nullable

Human-readable failure message. Omitted on success.

successboolean required

true when the request succeeded. false responses carry error instead of data.

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.13"
  }
}

Changes

Changed in 2 of the 72 revisions of this API.12

  • 51af15be596e11See the full diff
    • added subschema #1: Running subschema #2: Complete subschema #3: Failed to the data response property oneOf list for the response status 200

      response-property-one-of-added

    • removed subschema #1 subschema #2 subschema #3 from the data response property oneOf list for the response status 200

      response-property-one-of-removed

    • endpoint added

      endpoint-added