v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Blueprint - Fields

Create an integration blueprint field

Use this endpoint to create an integration blueprint field in the specified integration blueprint.

post/integration_blueprints/{integration_blueprint_id}/integration_blueprint_fields

Path parameters

integration_blueprint_idinteger required

The unique ID of the integration blueprint.

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

Request body

custom_idstring required

A single unique ID of the integration blueprint field.

descriptionstring nullable

The description of the integration blueprint field.

mapping_requiredboolean

A flag to indicate if the mapping is required for integration blueprint field.

namestring required

The name of the integration blueprint field.

Example request

{
  "custom_id": "custom_id_integration_blueprint_field_1",
  "name": "First Integration Blueprint Field"
}

Response

Returns the created integration blueprint field.

created_timestring datetime required
custom_idstring required
descriptionstring nullable required
idinteger required
mapping_requiredboolean required
namestring required
updated_timestring datetime nullable required