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 ParametersRequired/OptionalDescriptionType
group_idrequiredThe value for the group of the object you want to create.string

Authentication

KeyDescription
AuthorizationYour Bearer token.
Language
Click Try It! to start a request and see the response here!