Skip to main content
GET
Scoring strategies and where each one applies. The most specific active profile governs a job.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
code
string
name
string
purpose
string
site_id
string
site_code
string
work_order_type_id
string
work_order_type
string
weight_skill
string
weight_distance
string
weight_availability
string
weight_expertise
string
weight_sla
string
weight_resource
string
weight_cost
string
skill_percent
string
is_active
string
row_version
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

code
string<character varying>
Maximum string length: 60
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
name
string<character varying>
Maximum string length: 150
purpose
string<character varying>
Maximum string length: 200
row_version
integer<bigint>
site_code
string<character varying>
Maximum string length: 50
site_id
string<uuid>

Note: This is a Foreign Key to site_settings.id.

skill_percent
number<numeric>
updated_at
string<timestamp with time zone>
weight_availability
number<numeric>
weight_cost
number<numeric>
weight_distance
number<numeric>
weight_expertise
number<numeric>
weight_resource
number<numeric>
weight_skill
number<numeric>
weight_sla
number<numeric>
work_order_type
string<character varying>
Maximum string length: 40
work_order_type_id
string<uuid>

Note: This is a Foreign Key to work_order_types.id.