Skip to main content

Column View

The Column View API allows the user to organize the grid's column customization display style for different Venue Inventory data modules.

Security

jwt-bearer-token

apiKey

API Key

Name

Authorization

In

header

Endpoints

GET /column-view/schema

Summary

Get the schema of the column view.

Request Parameters

In

Field Name

Type

Required

Description

header

X-COMPANY-ID

string

Yes

The identifier (ID) of the company that owns the document

Responses

Code

Description

Schema

200

Success

column_view_get_response_1

400

Bad request, for more information look at body error

401

Unauthorized error

403

Forbidden error

404

Not Found

422

Unprocessable error

500

Internal Server Error

GET /column-view

Summary

Get the column view.

Request Parameters

In

Field Name

Type

Required

Description

header

X-COMPANY-ID

string

Yes

The identifier (ID) of the company that owns the document

query

$filter

string

No

A filter expression in OData v4 format

query

$top

integer

No

The maximum documents to return. For example, if top is 100, and skip is 0, the system returns documents 1 to 100.

query

$skip

integer

No

The documents to skip before returning. For example, if top is 100, and skip is 100, the system returns documents 101 to 200.

query

$select

string

No

query

$orderby

string

No

An order by expression in OData v4 format

Responses

Code

Description

Schema

200

Success

column_view_get_response_2

400

Bad request, for more information look at body error

401

Unauthorized error

403

Forbidden error

404

Not Found

422

Unprocessable error

500

Internal Server Error

PATCH /column-view

Summary

Update the column view.

Request Parameters

In

Field Name

Type

Required

Description

header

X-COMPANY-ID

string

Yes

The identifier (ID) of the company that owns the document

body

body

column_view_patch_body_3

Yes

The JSON formatted request

Responses

Code

Description

Schema

204

No content

400

Bad request, for more information look at body error

401

Unauthorized error

403

Forbidden error

404

Not Found

422

Unprocessable error

500

Internal Server Error

Data Models

column_view_get_response_1

Field Name

Type

Description

column_view_get_response_1

object

The column view schema definition

column_view_get_response_2

Field Name

Type

Description

_id

string

objectId, the column view's identifier (ID)

user_id

string

objectId, the user's ID

column_config

string

The module configuration

module_type

string

The module type

module_name

string

The module name

created_by

string

objectId, the creating column's user ID

created_at

date/time

The column view's creation date

updated_by

string

objectId, the updating column view's user ID

updated_at

date/time

The column view's update date

column_view_patch_body_3

Field Name

Type

Required

Description

module_type

string

No

The module type.

Enum: stand-worksheet, inventory-count

module_name

string

Yes

The module name.

Enum: stand-worksheet, stand-worksheet-information, stand-worksheet-view-config, inventory-count-view-config

column_config

string

Yes

The module configuration