Get multiple Time Profile items with link_id
Get multiple Time Profile items with link_id.
This can be used by 3d-patry management system. Link adds to each time profile link_id.
Query Parameters
- limit integer
Possible values: [
10,20,30,50]Number of items. Value by default is 10
- page_number integer
Possible values:
>= 1Page number
- sort_field string
Field name (JSON Key in item entity)
- sort_type string
Possible values: [
asc,desc]Default value:
ascSort type (asc/desc)
- filter object
Filtering options for Time Frofile
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Equal ` Work week`
- Since Monday, October 29, 2018 1:21:11 P M (1540819271 timestamp)
- Until Monday, October 29, 2018 1:21:13 P M (1540819273 timestamp)
Schema
list_items object[]
name stringtime_options object
is_all_day booleandate_from int64Unix Timestamp Date
date_to int64Unix Timestamp Date
repeat_options object
The model describes repeat option for
timerange in Timeprofilerepeat_enable booleanrepeat_format object
The model describes repeat format in Timeprofile
repeat_type stringPossible values: [
day,week,twoWeeks,month,year,custom]repeat_end object
datekey required ifdateformat was chosenformat stringPossible values: [
never,date]date int64Unix Timestamp Date
repeat_custom object
Only for
customrepeat typerepeat_point_type stringPossible values: [
day,week,month,year]repeat_looper integerPossible values:
>= 1and<= 1000repeat_options object
oneOf- MOD1
- MOD2
- MOD3
stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN]format stringPossible values: [
dayNumbers,parameterizedDay]range object
oneOf- MOD1
- MOD2
integerPossible values:
>= 1and<= 31week_order stringPossible values: [
first,second,third,fourth,fifth,last]day_type stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN,WEEK_DAY,DAY_OFF]months integer[]Possible values:
>= 1,<= 12range object
week_order stringPossible values: [
first,second,third,fourth,fifth,last]day_type stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN,WEEK_DAY,DAY_OFF]link_id uuidUnique entity set by the server to bind some parameters with each other. By default return null value
{
"list_items": [
{
"name": "Work week",
"time_options": {
"is_all_day": true,
"date_from": 1540819272,
"date_to": 1540819272
},
"repeat_options": {
"repeat_enable": true,
"repeat_format": {
"repeat_type": "day",
"repeat_end": {
"format": "date",
"date": 1540819272
},
"repeat_custom": {
"repeat_point_type": "week",
"repeat_looper": 5,
"repeat_options": [
"MON",
"TUE",
"WED",
"THU",
"FRI"
]
}
}
},
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5"
}
]
}
{
"list_items": [
{
"time_profile_uid": 1,
"name": "Work week",
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"time_options": {
"is_all_day": true,
"date_from": 1540819272,
"date_to": 1540819272
},
"repeat_options": {
"repeat_enable": true,
"repeat_format": {
"repeat_type": "day",
"repeat_end": {
"format": "date",
"date": 1540819272
},
"repeat_custom": {
"repeat_point_type": "week",
"repeat_looper": 5,
"repeat_options": [
"MON",
"TUE",
"WED",
"THU",
"FRI"
]
}
}
},
"identifiers": {
"count": 4,
"uid_items": [
11,
13,
23,
42
],
"link_ids": [
"91c615e3-1040-4815-8ecb-039a18b756b5",
"91c615e3-1040-4815-8ecb-039a18b756b5",
"91c615e3-1040-4815-8ecb-039a18b756b5"
]
}
}
],
"list_option": {
"pagination": {
"total_items": 18,
"items_limit": 10,
"total_pages": 2,
"current_page": 1
},
"filter": {
"filter_field": "name",
"filter_type": "equal",
"filter_format": "string",
"filter_value": "Work week",
"available_filtering": true,
"available_fields": [
"name",
"date_from",
"date_to",
"link_id"
],
"is_filtered": true
},
"sort": {
"asc": true,
"field": "name",
"available_fields": [
"date_to",
"date_from",
"name"
]
}
}
}
{
"list_option": {
"pagination": {
"total_pages": 1,
"items_limit": 10,
"total_items": 1,
"current_page": 1
},
"filter": {
"is_filtered": true,
"available_filtering": true,
"filter_format": "number",
"filter_type": "more",
"available_fields": [
"date_to",
"date_from",
"name",
"link_id"
],
"filter_field": "date_from",
"filter_value": 1540819271
},
"sort": {
"asc": true,
"field": "name",
"available_fields": "[date_to, date_from, name]"
}
},
"list_items": [
{
"repeat_options": {
"repeat_enable": true,
"repeat_format": {
"repeat_end": {
"date": 1540819272,
"format": "date"
},
"repeat_type": "day"
}
},
"identifiers": {
"count": 1,
"uid_items": [
1
],
"link_ids": [
"91c615e3-1040-4815-8ecb-039a18b756b5"
]
},
"time_profile_uid": 1,
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"time_options": {
"is_all_day": true,
"date_to": 1540819272,
"date_from": 1540819272
},
"name": "Work week"
}
]
}
{
"list_option": {
"pagination": {
"total_pages": 1,
"items_limit": 10,
"total_items": 1,
"current_page": 1
},
"filter": {
"is_filtered": true,
"available_filtering": true,
"filter_format": "number",
"filter_type": "less",
"available_fields": [
"date_to",
"date_from",
"name",
"link_id"
],
"filter_field": "date_to",
"filter_value": 1540819273
},
"sort": {
"asc": true,
"field": "name",
"available_fields": "[date_to, date_from, name]"
}
},
"list_items": [
{
"repeat_options": {
"repeat_enable": true,
"repeat_format": {
"repeat_end": {
"date": 1540819272,
"format": "date"
},
"repeat_type": "day"
}
},
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"identifiers": {
"count": 1,
"uid_items": [
1
],
"link_ids": [
"91c615e3-1040-4815-8ecb-039a18b756b5"
]
},
"time_profile_uid": 1,
"time_options": {
"is_all_day": true,
"date_to": 1540819272,
"date_from": 1540819272
},
"name": "Work week"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}