List informats in a session
get/sessions/{sessionId}/informats
Returns a list of all the informats that are defined for a session.
1{2 "accept": "application/vnd.sas.format.summary",3 "items": [4 {5 "id": "$",6 "links": [7 {8 "href": "/compute/sessions/{sessionId}/formats/%24",9 "method": "GET",10 "rel": "self",11 "type": "application/vnd.sas.format",12 "uri": "/compute/sessions/{sessionId}/formats/%24"13 }14 ],15 "name": "$",16 "version": 117 }18 ],19 "limit": 1,20 "links": [21 {22 "href": "/compute/sessions/{sessionId}/formats?limit=1&start=0",23 "itemType": "application/vnd.sas.format.summary",24 "method": "GET",25 "rel": "self",26 "type": "application/vnd.sas.collection",27 "uri": "/compute/sessions/{sessionId}/formats?limit=1&start=0"28 },29 {30 "href": "/compute/sessions/{sessionId}/formats",31 "itemType": "application/vnd.sas.format.summary",32 "method": "GET",33 "rel": "collection",34 "type": "application/vnd.sas.collection",35 "uri": "/compute/sessions/{sessionId}/formats"36 },37 {38 "href": "/compute/sessions/{sessionId}/formats?limit=1&start=1",39 "itemType": "application/vnd.sas.format.summary",40 "method": "GET",41 "rel": "next",42 "type": "application/vnd.sas.collection",43 "uri": "/compute/sessions/{sessionId}/formats?limit=1&start=1"44 }45 ],46 "name": "Formats",47 "start": 0,48 "version": 249}
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | Specifies filter criteria for returned informats. |
limit | integer | false | Specifies the maximum number of informats to return. Default: 10 |
start | integer | false | Specifies the offset of the first informat to return. Default: 0 |
Name | Type | Required | Description |
---|---|---|---|
Accept-Item | string | false | Specifies the desired format representation. The Accept-Item options are: application/vnd.sas.format+json application/vnd.sas.format.summary+json blank If the application/vnd.sas.format.summary+json type is specified or no Accept-Item header is specified, then the formats are returned as summary representation format objects. Allowed values: application/vnd.sas.format.summary+jsonapplication/vnd.sas.format+json |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |