Columns REST Endpoints
Reports/Columns
Use this endpoint to store information related to each column. This REST API is SCIM compliant.
Added In Release: 17.4.6
Added In Release: 17.4.6
- Create a Column
- Method: postPath:
/report/v1/Columns - Delete a Column
- Method: deletePath:
/report/v1/Columns/{id} - Get a Column
- Method: getPath:
/report/v1/Columns/{id} - HTTP Options
- Method:Path:
/report/v1/Columns - Replace a Column
- Method: putPath:
/report/v1/Columns/{id} - Search Columns
- Method: getPath:
/report/v1/Columns - Search Columns Using POST
- Method: postPath:
/report/v1/Columns/.search - Update a Column
- Method: patchPath:
/report/v1/Columns/{id}