Jump to Content
Octapipe
API Reference
v1.0

Log InOctapipe
API Reference
Log In
v1.0API Reference

Authentication

  • Authenticationpost

Databases

  • Database fields
  • Read databaseget
  • Read databasesget

Database Records

  • DB Record fields
  • Create DB recordpost
  • Read DB recordget
  • Read DB recordsget
  • Update DB recordput
  • Bulk update DB recordsput
  • Delete DB recorddel
  • Bulk delete DB recordsdel
  • Import database recordspost
  • Export database recordspost

Files

  • File fields
  • Create Filepost
  • Read filesget
  • Delete filedel

Users

  • User fields
  • Create userpost
  • Read userget
  • Read usersget
  • Update userput
  • Bulk update usersput
  • Delete userdel
  • Bulk delete usersdel
  • Import userspost
  • Export userspost

Notes

  • Note fields
  • Create notepost
  • Read notesget
  • Delete notedel

Notification

  • Notification fields
  • Create notificationpost
  • Read notificationsget

Pipelines

  • Pipeline fields
  • Read pipelineget
  • Read pipelinesget

Pipeline Cards

  • Pipeline Card fields
  • Create pipeline cardpost
  • Read pipeline cardget
  • Read pipeline cardsget
  • Update pipeline cardput
  • Bulk update pipeline cardsput
  • Delete pipeline carddel
  • Bulk delete pipeline cardsdel
  • Import pipeline cardspost
  • Export pipeline cardspost

Pipeline Stages

  • Pipeline Stage fields
  • Read pipeline stageget
  • Read pipeline stagesget

Tasks

  • Task fields
  • Create taskpost
  • Read taskget
  • Read tasksget
  • Update taskput
  • Bulk update tasksput
  • Delete taskdel
  • Bulk delete tasksdel
  • Import taskspost
  • Export taskspost
Powered by 

DB Record fields

Below are the attributes of Database Record:

[
    'uuid',
    'database_uuid',
    'name',
    'custom_fields_values',
    'picture',
]