{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About User API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "listUserDefinedFieldGroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/user-defined-field-group", "params": [ { "name": "name", "value": "", "type": "query", "description": "Return only files whose name includes this query" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Number of groups to return" }, { "name": "_paginationCursor", "value": "", "type": "query", "description": "Cursor used for paging. Fetch items after the specified cursor" } ] }, "docs": "List user defined groups" }, { "info": { "name": "readUserDefinedGroup", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/user-defined-field-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifer for the group to be read." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Number of fields to list from this group" }, { "name": "_paginationCursor", "value": "", "type": "query", "description": "Cursor used for paging. Fetch fields after the specified cursor" } ] }, "docs": "Read a specific user defined field group and list its fields." }, { "info": { "name": "listUserDefinedFields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/user-defined-field", "params": [ { "name": "database", "value": "", "type": "query", "description": "Database where the fields are defined." }, { "name": "name", "value": "", "type": "query", "description": "Return only fields whose name includes this query" }, { "name": "group", "value": "", "type": "query", "description": "Return only fields whose group includes this query" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Number of fields to return" }, { "name": "_paginationCursor", "value": "", "type": "query", "description": "Cursor used for paging. Fetch items after the specified cursor" } ] }, "docs": "List user defined fields" }, { "info": { "name": "readUserDefinedField", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/user-defined-field/:id", "params": [ { "name": "id", "value": "270c2fa8-9110-444b-9101-17e10132fe0a", "type": "path", "description": "Unique identifier of the user defined field to be read" } ] }, "docs": "Read a user defined field" }, { "info": { "name": "Factset Retrieves a Vrs User", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ] }, "docs": "Retrieves a VRS user based on their ID" }, { "info": { "name": "Factset Updates a Vrs User", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates (replaces) a VRS user with the properties in the JSON" }, { "info": { "name": "Factset Add or Remove Vrs User Attributes", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds or removes VRS user attributes based on the JSON properties" }, { "info": { "name": "Factset Deletes a Vrs User", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ] }, "docs": "Deletes a VRS user (this marks them as 'Deleted' in the database)" } ] } ], "bundled": true }