Get a requirement

Retrieve a requirement’s current state and the schema of the fields it needs. The response reports whether the requirement has already been fulfilled (and when), and includes the JSON Schema describing the fields to collect.

Path parameters

requirement_idstringRequiredformat: "^ar_[0-9a-f]{32}$"

A requirement identifier in the format ar_ followed by 32 lowercase hex characters (e.g. ar_0a1b2c3d4e5f67890a1b2c3d4e5f6789).

Response

OK
is_fulfilledboolean
Whether this requirement has already been fulfilled.
fulfilled_atdatetime
When the requirement was fulfilled. Present only when fulfilled.
schemaobject
A JSON Schema object describing the fields required for this requirement. Present for pending requirements and may also be returned for fulfilled requirements.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error