|
Http Verb |
GET |
|---|---|
|
Url |
/work-orders/projects/r1/projects |
|
Permissions required |
Project : View (fsm.project.view) Project : Edit (fsm.project.edit) |
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2024 W1 (FSM 16.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
PAGINATION ORDERING-Server-side |
Business Logic
This API has to return a list of “Projects”.
Query String Parameters
Filter ℹ️
|
Field |
Validations |
Note |
|---|---|---|
|
ids |
|
|
|
code |
|
Wildcard search enabled |
|
description |
|
Wildcard search enabled |
|
typeIds |
|
|
|
statusIds |
|
|
|
userStatusIds |
|
|
|
startDate |
Format: ISO-8601 |
|
|
endDate |
Format: ISO-8601 |
|
|
earlyStartDate |
Format: ISO-8601 |
|
|
lateEndDate |
Format: ISO-8601 |
|
|
creationDate |
Format: ISO-8601 |
|
Order ℹ️
Default Order
no default sorting criteria
Possible order values
code, description, type, status, creationDate
Page ℹ️
Default.
Fields ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Note |
|---|---|
|
id |
|
|
code |
|
|
description |
|
|
statusId |
|
|
typeId |
|
|
userStatusId |
|
|
startDate |
|
|
endDate |
|
|
earlyStartDate |
|
|
lateEndDate |
|
|
duration |
|
|
effort |
|
|
extendedDescription |
|
|
creationDate |
|
|
createdById |
to do |
Response error codes