Skip to main content

CreateNewItemID

Get a new item ID

Description

  • It is used to acquire the item ID in advance when displaying the input form for the new item.
  • The acquired item ID is used when it is necessary to upload the attached file before registering the item.
  • the item_id obtained with this API is used when registering a new item with theCreateItemWithItemID API.

Method

POST

Request URL Format

/api/v0/datastores/:datastore-id/items/create-id

URL Params

datastore-id    : Data store ID

Request Sample

POST https://api.xxx.com/api/v0/datastores/58bbaa27fbfcba6098746061/items/create-id

Response Sample

{
"item_id": "5a2647410e24792d87451e34"
}