Get tags, result can be filtered by DateFrom, DateTo or by TypeId. By default 1000 rows is returned.

Since pixi version: 19.06 (9.0.4.39859) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiTagGet

Request body

Name Type Required Description
DateTo string false

Filter tags by date when they were created - to date.

Type: smalldatetime

Default value: NULL

Example: 2019-01-31 23:59:59

Available from: 19.06 (9.0.4.39859)

TypeId integer false

Filter tags by type id.

Type: int

Default value: NULL

Example: 1

Available from: 19.06 (9.0.4.39859)

DateFrom string false

Filter tags by date when they were created - from date.

Type: smalldatetime

Default value: NULL

Example: 2019-01-01 00:00:00

Available from: 19.06 (9.0.4.39859)

RowCount integer false

Number of records returned, by default 1000.

Type: int

Default value: 1000

Example: 123

Available from: 19.06 (9.0.4.39859)


Response

1. List of Tags

Name Type Description
Name string

Tag name

Type: varchar (50)

Available from: 25.06 (25.6.0.58802)

TagId string

Tag id

Type: integer

Available from: 25.06 (25.6.0.58802)

TypeId string

Tag type id

Type: integer

Available from: 25.06 (25.6.0.58802)

TypeName string

Tag type name

Type: varchar (255)

Available from: 25.06 (25.6.0.58802)

CreateDate string

Date when record was created

Type: smalldatetime

Available from: 25.06 (25.6.0.58802)

Description string

Tag description

Type: varchar (4000)

Available from: 25.06 (25.6.0.58802)

IsSystemTag string

Flag if tag is system tag

Type: boolean

Available from: 25.06 (25.6.0.58802)