Skip to main content
POST
/
projects
/
{project_id}
/
actions
/
#SHAREPOINT_CREATE_LIST_COLUMN
Create List Column
curl --request POST \
  --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SHAREPOINT_CREATE_LIST_COLUMN' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "SHAREPOINT_CREATE_LIST_COLUMN",
  "parameters": {
    "listId": "<string>",
    "dataType": "boolean",
    "textType": "plain",
    "displayName": "<string>",
    "apiName": "<string>",
    "allowTextEntry": true,
    "choices": {},
    "displayAs": "number",
    "format": "dateOnly",
    "maximum": "<string>",
    "minimum": "<string>",
    "linesForEditing": "<string>",
    "maxLength": "<string>",
    "allowMultipleLines": true,
    "description": "<string>",
    "defaultValue": "<string>",
    "hidden": true,
    "readOnly": true
  }
}
'

Authorizations

Authorization
string
header
required

Your Paragon User Token (JWT), which you can generate using your project's signing keys.

Path Parameters

project_id
string
required

Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.

Body

application/json
action
string
default:SHAREPOINT_CREATE_LIST_COLUMN
required
parameters
object
required

Response

200

Success