vPlan
  1. Row
vPlan
  • General
    • Structure
    • Synchronize Data
    • Pagination
    • Sorting
    • Filtering
    • Show & Hide
    • Eager Loading
    • Deep Insertion
    • Deprecated
    • External Reference
    • Rate Limits
    • Authentication
      • Authentication
        • Get authorization
        • Token Exchange
      • Me
        • Retrieve information about current authentication
    • Errors
      • Empty values in created object
      • Memory Exhausted
      • Report an issue
      • Service Unavailable
      • Retrieve Api Messages
  • Endpoints
    • Base Data
      • Board
        • Label
        • Status
        • Capacity
          • Capacity Stage
          • Capacity Resource Type Stage
          • Capacity Resource
          • Capacity Group
        • Retrieve Board List
        • Create New Board
        • Retrieve Single Board
        • Update Single Board
        • Remove Single Board
      • Stage
        • Retrieve Stage List
        • Create New Stage
        • Retrieve Single Stage
        • Update Single Stage
        • Remove Single Stage
      • Activity
        • Retrieve Activity List
        • Create New Activity
        • Retrieve Single Activity
        • Update Single Activity
        • Remove Single Activity
      • Resource
        • Schedule
        • Schedule Deviation
          • Retrieve Deviation List
          • Create New Schedule Deviation
          • Retrieve Single Schedule Deviation
          • Update Single Schedule Deviation
          • Remove Single Schedule Deviation
        • Retrieve Resource List
        • Create New Resource
        • Retrieve Single Resource
        • Update Single Resource
        • Remove Single Resource
      • Schedule
        • Retrieve Schedule List
        • Retrieve Schedule Year
        • Retrieve Schedule Month
        • Schedule Retrieve Day
      • Group
        • Retrieve Group List
        • Create New Group
        • Retrieve Single Group
        • Update Single Group
        • Remove Single Group
      • User
        • Retrieve User List
        • Retrieve Single User
        • Update Single User
    • Card Data
      • Collection
        • Custom Fields
          • Update Custom Field By Name
          • Delete Custom Field By Name
        • Retrieve Collection List
        • Create New Collection
        • Retrieve Single Collection
        • Remove Single Collection
        • Move Collection to Backlog
        • Update Single Collection
        • Move Collection to Board
      • Card
        • Custom Field
          • Update Custom Field By Name
          • Delete Custom Field By Name
        • Retrieve Card List
        • Create New Card
        • Retrieve Single Card
        • Update Single Card
        • Remove Single Card
        • Split Card
        • All Cards List
      • Attachment
        • Retrieve Attachment List
        • Upload New Attachment
        • Add New Attachment Link
        • Retrieve Single Attachment
        • Remove Single Attachment
      • Comment
        • Retrieve Comment List
        • Create New Comment
        • Retrieve Single Comment
        • Update Single Comment
        • Remove Single Comment
      • Checklist
        • Collection
          • Retrieve Collection Checklist List
          • Create New Collection Checklist
          • Retrieve Single Collection Checklist
          • Update Single Collection Checklist
          • Remove Single Collection Checklist
        • Card
          • Retrieve Card Checklist List
          • Create New Card Checklist
          • Retrieve Single Card Checklist
          • Update Single Card Checklist
          • Remove Single Card Checklist
      • Time Tracking
        • Retrieve TimeTracking List
        • Create New TimeTracking
        • Retrieve Single TimeTracking
        • Update Single TimeTracking
        • Remove Single TimeTracking
        • Export TimeTracking
      • Relations between cards
        • Retrieve CardRelation List
        • Create New CardRelation
        • Retrieve Single CardRelation
        • Remove Single CardRelation
    • Order Data
      • Address
      • Order
        • Retrieve Order List
        • Create New Order
        • Retrieve Single Order
        • Update Single Order
        • Remove Single Order
      • Row
        • Retrieve OrderRow List
          GET
        • Create New OrderRow
          POST
        • Retrieve Single OrderRow
          GET
        • Update Single OrderRow
          PUT
        • Remove Single OrderRow
          DELETE
      • Item
        • Retrieve Item List
        • Create New Item
        • Retrieve Single Item
        • Update Single Item
        • Remove Single Item
      • Project
        • Retrieve Project List
        • Create New Project
        • Retrieve Single Project
        • Update Single Project
        • Remove Single Project
      • Relation
        • Retrieve Relation List
        • Create New Relation
        • Retrieve Single Relation
        • Update Single Relation
        • Remove Single Relation
      • Warehouse
        • Retrieve Warehouse List
        • Create New Warehouse
        • Retrieve Single Warehouse
        • Update Single Warehouse
        • Remove Single Warehouse
    • Webhook
      • Retrieve Webhook List
      • Create New Webhook
      • Retrieve Single Webhook
      • Update Single Webhook
      • Remove Single Webhook
    • Payload send to webhook url
      • Normal Object
      • Nested Object
      • Nested Object with Pivot
  1. Row

Retrieve OrderRow List

GET
/order/{order_id}/row
Row
Retrieve the OrderRow List

Request

Path Params
order_id
string <uuid>
required
Query Params
limit
integer 
optional
Number of maximum records given. More info pagination
Default:
100
offset
integer 
optional
Number of records to be skipped. More info pagination
Default:
0
filter
string 
optional
Filter the dataset. More info filtering
sort
string 
optional
Sorting the dataset. More info sorting
show
string 
optional
Show only specific properties from the response. More info show & hide
hide
string 
optional
Hide properties from the response. More info show & hide
with
string 
optional
Object(s) included in the dataset. More info eager loading
Header Params
x-api-key
string 
required
Default:
{{api_key}}
x-api-env
string 
required
Default:
{{api_env}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vplan.com/v1/order//row?limit=100&offset=0&filter=&sort=&show=&hide=&with=' \
--header 'x-api-key;' \
--header 'x-api-env;'

Responses

🟢200Ok
application/json
Body
count
integer <uint64>
optional
Total amount of items
>= 0
Default:
1
limit
integer <uint64>
optional
Max amount of items fetched
>= 0<= 1000
Default:
100
offset
integer <uint64>
optional
Offset so items may be paginated
>= 0
Default:
0
data
array[object (OrderRow) {22}] 
optional
Items
id
string <uuid>
read-onlyoptional
code
string  | null 
optional
<= 50 characters
Default:
NULL
description
string 
optional
<= 150 characters
order_id
string <uuid> | null 
optional
item_id
string <uuid> | null 
optional
activity_id
string <uuid> | null 
optional
transaction
string  | null 
optional
<= 36 characters
Default:
NULL
position
integer  | null 
optional
>= 0<= 4294967296
type
string  | null 
optional
<= 50 characters
Default:
NULL
unit
string 
optional
<= 50 characters
item_code
string  | null 
optional
<= 50 characters
Default:
NULL
reserved
number  | null 
optional
Default:
NULL
quantity
number  | null 
optional
Default:
NULL
quantity_delivered
number  | null 
optional
Default:
NULL
quantity_backorder
number  | null 
optional
Default:
NULL
quantity_original
number  | null 
optional
Default:
NULL
status
string  | null 
optional
<= 32 characters
Default:
NULL
delivered_date
string <date>
optional
Default:
NULL
resource_ref
string  | null 
optional
<= 64 characters
Default:
NULL
external_ref
string  | null 
optional
<= 64 characters
Default:
NULL
created_at
string <date-time>
read-onlyoptional
Date and time of creation
Default:
NULL
updated_at
string <date-time>
read-onlyoptional
Date and time of last update
Default:
NULL
Example
{
    "count": 1,
    "limit": 100,
    "offset": 0,
    "data": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "code": "NULL",
            "description": "string",
            "order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
            "item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
            "activity_id": "98dae057-958f-4b2f-9ed4-41f109afdc3f",
            "transaction": "NULL",
            "position": 0,
            "type": "NULL",
            "unit": "string",
            "item_code": "NULL",
            "reserved": "NULL",
            "quantity": "NULL",
            "quantity_delivered": "NULL",
            "quantity_backorder": "NULL",
            "quantity_original": "NULL",
            "status": "NULL",
            "delivered_date": "NULL",
            "resource_ref": "NULL",
            "external_ref": "NULL",
            "created_at": "NULL",
            "updated_at": "NULL"
        }
    ]
}
🟠404Not Found
🟠401Not Logged In
Previous
Row
Next
Create New OrderRow
Built with