get https://api.assetpanda.com/v3/groups//actions//fields
Retrieves Group Action Fields
This call retrieves all of the fields and information specifically configured to an action. This will also be useful to note when utilizing the perform action API.
Using the perform action API is preferred when updating records as reporting and logging is more in-depth and can be used to pull reports in a manner that is generally preferred.
Sample Response
{
"fields": [
{
"id": 2985215,
"name": "Logged By",
"key": "field_1",
"type": "UserStampField",
"is_only_embedded": false,
"entity_id": null,
"is_required": false,
"is_open_field": true
},
{
"id": 2985216,
"name": "Pick Up Date (action)",
"key": "field_2",
"type": "DateTimeStampField",
"is_only_embedded": false,
"entity_id": null,
"is_required": false,
"is_open_field": true
},
{
"id": 2985217,
"name": "Time",
"key": "field_5",
"type": "DateDurationField",
"is_only_embedded": false,
"entity_id": null,
"is_required": false,
"is_open_field": true
},
{
"id": 2985218,
"name": "Total",
"key": "field_6",
"type": "NumericCalculationField",
"is_only_embedded": false,
"entity_id": null,
"is_required": false,
"is_open_field": true
}
]
}
Parameters
Key | Description |
---|---|
group_id | group id for the selected group |
Authentication
Key | Description |
---|---|
Authorization | Your Bearer token. |