Get single Indicator API
Â
API Documentation
Endpoint:
GET /api/v2/indicators/:id
Authentication: Requires valid authentication token
Response Format: JSON
Query Parameter
id
(integer): The unique identifier for the indicator
Response Attributes
id
(integer): Unique identifier for the indicator.name
(string): Name of the indicator.icon
(string): Path to the icon associated with the indicator.ratio_set_id
(integer): ID of the ratio set associated with the indicator (or null if not applicable).detail
(string): Additional details about the indicator.approved
(boolean): Indicates whether the indicator is approved.description
(string): Description of the indicator.instruction
(string): Instruction related to the indicator.private
(boolean): Indicates whether the indicator is marked as private.stage_id
(integerl): ID of the stage associated with the indicator (or null if not applicable).updated_at
(string): Timestamp of the last update.created_at
(string): Timestamp of creation.default_question
(string): Default question associated with the indicator.