Alpaca form for creating a node
GET {{baseUrl}}/v1/forms/nodes/create?type=-11141396&parent_id=-11141396&category_id=in laboris magna&category_id=in&{attribute_name}=aliquip aute&suppress_response_codes=irure labore Duis dolor ea
Gets the Alpaca form for creating a node.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | number | (Required) The subtype of the node to be created | |
parent_id | number | (Required) The ID of the parent node for the node that will be created | |
category_id | string | The ID of the category to add to the node (this parameter can be called multiple times, ex. category_id=111&category_id=222) | |
category_id | string | The ID of the category to add to the node (this parameter can be called multiple times, ex. category_id=111&category_id=222) | |
{attribute_name} | string | Value for the Additional Node Attribute | |
suppress_response_codes | string | Forces the server to always return a HTTP Response of '200 OK'. The data returned from the call will have an additional integer feature named 'statusCode', which will contain the actual status code (the 'statusCode' feature will be added regardless of whether the REST API call was successful or not).<br><br>NOTE: This parameter does not require a value, so it should be specified as <ul><li><b>[Query String]:</b><code>?suppress_response_codes</code></li><li><b>[Form Body (where the value is an empty string)]</b>: <code>suppress_response_codes = </code></li></ul> |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"form":[{"data":{},"options":{},"schema":{}},{"data":{},"options":{},"schema":{}}]}