Platform 6 REST API guide
Type to start searching
    • Discover Platform 6
    • Install Platform 6
    • Develop an App
    • Package an App
    • Releases
    • Community
    • About
      • What is Platform 6?
      • How is Platform 6 architectured?
      • Why use Platform 6?
      • Install a Platform 6 instance
      • Troubleshooting
      • Getting started
        • Permissions guide
        • List of permissions
        • Users guide
          • Counters guide
          • CRON scheduling
          • Counters user interface
          • Data Models guide
          • Frames guide
          • Home pages guide
          • Reports guide
          • Routes guide
          • Routes user interface
          • Routes DSL
            • File2
            • FTP2
            • P6Cmb
            • P6Rest
            • P6Route
            • P6Web3j
            • Quartz2 & Timer
          • Advanced topics
          • Routing Orders guide
          • Scripts guide
          • Scripts libraries
          • Stripe Payments guide
          • Tables guide
          • Workflow Steps guide
          • Workflow Steps user interface
          • Workflow Steps XML config
        • Create a Custom Service
        • Platform 6 clients
        • Platform 6 UI components
        • Service items
          • REST API guide
          • Getting an access token
          • Swagger authentication
            • Get the Portal
            • List the items
            • Delete items
            • Export items
            • Import items
            • Get an item
            • Add an item
            • Update an item
            • Rename an item
            • Duplicate an item
            • Delete an item
        • DSL guide
          • Audit trail records
          • Bound closure
          • Bundled resource
          • Camel (Apache)
          • Configuration
          • CSV
          • Custom binding
          • Ethereum RPC
          • Excel
          • Exception and assertion
          • Field annotation
          • FreeMarker (Apache)
          • ICR
          • IDoc
          • Language extensions
          • Message
          • Open PGP
          • Organizational tree
          • PDF
          • Pipeline
          • Script
          • Script's resource
          • Service
          • Smooks templates
          • Stored procedure
          • Table
          • URI
          • Workflow
          • XML split
          • XSLT
        • CMB API guide
          • Counters
          • Data Models
          • Frames
          • Reports
          • Routes
          • Scripts
          • Tables
          • Workflow
        • Service Status header
        • Jobs Control Panel
      • Getting started
      • Manage Applications
      • Manage Bundled Resources
      • Release notes
      • Migration troubleshooting
        • b2box 5.13.0
        • b2box 5.13.1
        • b2box 5.13.2
        • b2box 5.13.3
        • b2box 5.13.4
        • b2box 5.13.5
        • b2box 5.13.6
        • b2box 5.13.7
        • b2box 5.13.8
        • b2box 5.13.9
        • b2box 5.13.11
        • b2box 5.13.12
        • b2box 5.13.13
        • b2box 5.14.0
        • b2box 5.14.1
        • b2box 5.14.2
        • b2box 5.15.0
        • b2box 5.15.1
        • b2box 5.15.2
        • b2box 5.15.3
        • b2box 5.15.4
        • b2box 5.15.5
        • b2box 5.16.0
        • b2box 5.16.1
        • b2box 5.16.2
        • b2box 5.17.0
        • b2box 5.17.1
        • b2box 5.17.2
        • b2box 5.17.3
        • b2box 5.17.4
        • b2box 5.18.1
        • b2box 5.18.0
      • Where to get support
      • Glossary

    REST API guide

    This section describes the abstract API resources used by every service.

    Note

    Each request must include a token inside the access_token header in other to authenticate the caller towards Platform 6.

    Manage the service:

    • Get the portal

    Manage several items:

    • List the items
    • Delete items
    • Export items
    • Import items

    Manage a specific item:

    • Get an item
    • Add an item
    • Update an item
    • Rename an item
    • Duplicate an item
    • Delete an item
    Previous Service items
    Next Getting an access token
    Copyright Amalto Technologies SA
    powered by MkDocs and Material for MkDocs