Get the headers for administrator setting information

head/settings/administrators/{settingId}
Internal-Use Only

Returns the headers for the details for a specified administrator workflow setting.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "self",
6 "href": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS",
7 "uri": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS",
8 "type": "application/vnd.sas.investigation.workflow.setting",
9 "responseType": "application/vnd.sas.investigation.workflow.setting+json"
10 },
11 {
12 "method": "PUT",
13 "rel": "update",
14 "href": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS",
15 "uri": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS",
16 "type": "application/vnd.sas.investigation.workflow.setting",
17 "responseType": "application/vnd.sas.investigation.workflow.setting+json"
18 },
19 {
20 "method": "DELETE",
21 "rel": "delete",
22 "href": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS",
23 "uri": "/svi-datahub/workflows/settings/administrators/TASKS_TAB_COLUMNS"
24 }
25 ],
26 "version": 1,
27 "id": "TASKS_TAB_COLUMNS",
28 "user": "<svi_administrator>",
29 "columns": {
30 "defaultColumns": [
31 {
32 "name": "isClaimedByCurrentUser",
33 "order": 1
34 },
35 {
36 "name": "entityLabel",
37 "order": 2
38 },
39 {
40 "name": "entityInstanceLabel",
41 "order": 3
42 },
43 {
44 "name": "name",
45 "order": 4
46 },
47 {
48 "name": "workflowLabel",
49 "order": 5
50 },
51 {
52 "name": "claimedAt",
53 "order": 6
54 },
55 {
56 "name": "assignee",
57 "order": 7
58 },
59 {
60 "name": "createdAt",
61 "order": 8
62 },
63 {
64 "name": "dueDateTimestamp",
65 "order": 9
66 }
67 ],
68 "defaultSort": [
69 {
70 "name": "isClaimedByCurrentUser",
71 "direction": "ascending",
72 "order": 1
73 },
74 {
75 "name": "dueDateTimestamp",
76 "direction": "ascending",
77 "order": 2
78 }
79 ]
80 },
81 "createdAt": "2023-08-01T21:39:31.048Z",
82 "createdBy": "<svi_db_user>",
83 "lastUpdatedAt": "2023-08-04T16:12:55.145Z",
84 "lastUpdatedBy": "videmo"
85}

Path Parameters

NameTypeRequiredDescription
settingId
string
true

The ID of the setting.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo setting exists at the requested path.Schema