post https://api.assetpanda.com/v3/groups//objects
Create a New Group Object (Asset)
Creates a new, group object (asset) for a specific group ID.
See Parameters and Authentication below.
Sample Request
{
"field_1": "test",
"field_2": "",
"field_3": "aaa",
"field_9": "3",
"field_22": "55,444.33",
"gps_coordinates": [50, 50]
}
To create many new objects (Assets) at once in batches of 200 or fewer at a time.
{
"objects": [{
"field_1": "test",
"field_2": "",
"field_3": "aaa",
"field_9": "3",
"field_22": "55,444.33",
"gps_coordinates": [50, 50]
},
{
"field_1": "test",
"field_2": "",
"field_3": "aaa",
"field_9": "3",
"field_22": "55,444.33",
"gps_coordinates": [50, 50]
}]
}
Parameters
Path Parameters | Required/Optional | Description | Type |
---|---|---|---|
group_id | required | The value for the group of the object you want to create. | string |
Authentication
Key | Description |
---|---|
Authorization | Your Bearer token. |