...
hidden | true |
---|
REST API for the Table Grid Next Generation
Expand | ||
---|---|---|
| ||
Value formatValues in columns are stored in the following format:
The term empty value refers to nulls, empty strings and empty lists. |
Expand | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||
panelRead Grid DataAPI call: GET /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} DesriptionDescription: Read all rows of the Grid custom field Request PATH PARAMETERS gridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. QUERY PARAMETERSResponses
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| panel|||||||||||||||||||||||||||||||||||
API call: POST /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} DesriptionDescription: Add rows to the Grid custom field Request PATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
Expand | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| panel|||||||||||||||||||||||||||||||||||
API call: PUT /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Update rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Delete Grid DatapanelDelete one or more rowsAPI call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Delete rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
Delete ALL rowsAPI call: DELETE /rest/idalko-grid/1.0/api/grid/{gridCustomFieldId}/issue/{issueIdOrKey} Description: Delete all rows of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. BODYExample (application/json)
Responses
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||
panelRead Grid ConfigurationRead grid configuration for one grid custom fieldAPI call: GET /rest/idalko-grid/1.0/api/grid/config/{gridCustomFieldId}/issue/{issueIdOrKey} Desription: Reads configuration of the Grid custom field RequestPATH PARAMETERSgridCustomFieldId string The id of the Grid custom field. issueIdOrKey string The ID or key of the issue. Responses
Read all Grid custom fields configurationsAPI call: GET /rest/idalko-grid/1.0/api/grid/config/all Desription: Read all Grid custom field configurations ResponsesValues in columns are stored in the following format:
| ||||||||||||||||||||||||||||||||||||||||||||
Expand | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
"key" may be
When using "Add Grid Data" or "Update Grid Data" methods, "key" MUST be provided, and the rest of the entries are optional.
|