Gets the views
get
/epm/rest/v1/views
Returns a list of all the views the user has access to.
Request
Query Parameters
-
q: array[string]
Collection Format:
multifilters views by statuses and/or a dimension-
Allowed Values:
[ "objectStatus::{list of object statuses separated by comma(DRAFT", "ACTIVE", "ARCHIVED)}", "dimension::dimensionId" ]
-
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ItemsView
Type:
Show Source
object-
count:
integer(int32)
-
hasMore:
boolean
-
items:
array items
Read Only:
true -
limit:
integer(int32)
-
links:
array links
Read Only:
true -
offset:
integer(int32)
-
totalResults:
integer(int32)
Nested Schema : View
Type:
Show Source
object-
attachRequestFile:
boolean
-
createdBy:
string
This property is now deprecated. Use createdByUser instead.
-
createdByUser:
object User
-
description:
string
-
id:
string(uuid)
-
links:
array links
-
master:
boolean
-
modifiedBy:
string
This property is now deprecated. Use modifiedByUser instead.
-
modifiedByUser:
object User
-
name:
string
-
objectStatus:
string
Allowed Values:
[ "DRAFT", "ACTIVE", "SUNSET", "ARCHIVED", "DELETED" ] -
permittedActions:
array permittedActions
Unique Items Required:
true -
requestDescription:
string
Allowed Values:
[ "DEFAULT", "REQUIRED" ] -
requestPlaceholder:
string
-
timeCreated:
integer(int64)
-
timeModified:
integer(int64)
-
usersBrowseFilter:
object UsersBrowseFilter
Nested Schema : User
Type:
Show Source
object-
artifactAssignments:
array artifactAssignments
-
associatedRoles:
array associatedRoles
-
dataManagerOnAny:
boolean
-
emailAddresses:
array emailAddresses
-
epmIdleSessionTimeout:
integer(int32)
-
firstName:
string
-
fullName:
string
-
grantPermission:
string
Allowed Values:
[ "OWNER", "DATAMANAGER", "PARTICIPANT", "APPROVER", "NOTIFIED", "COMMITTER", "NONE", "METADATAMANAGER" ] -
homePageLayoutName:
string
-
id:
string(uuid)
-
lastName:
string
-
links:
array links
-
nameInitials:
string
-
preferences:
object Preferences
-
ssoToken:
string
-
userName:
string
-
userServiceAdministrator:
boolean
Nested Schema : permittedActions
Type:
arrayUnique Items Required:
Show Source
true-
Array of:
string
Allowed Values:
[ "CREATE_CONSTRAINT", "CREATE_NODETYPE", "CREATE_HIERARCHYSET", "CREATE_NODESET", "CREATE_VIEWPOINT", "CREATE_REQUEST", "CREATE_PROPERTY", "ASSIGN_REQUEST", "SUBMIT_REQUEST", "PUSHBACK_REQUEST", "REJECT_REQUEST", "APPROVE_REQUEST", "WITHDRAW_REQUEST", "COMMIT_REQUEST", "ADD_REQUEST_COMMENT", "ADD_REQUEST_ATTACHMENT", "EDIT_REQUEST_HEADER", "VALIDATE", "EDIT_METADATA", "REINDEX", "EDIT", "COPY_VIEWPOINT", "LOAD_VIEWPOINT", "ARCHIVE", "DELETE", "CLOSE", "IMPORT", "EXPORT", "MANAGE_GRANTS", "DELETE_NODE", "ADD_NODE", "INSERT_NODE", "REORDER_NODE", "REMOVE_NODE", "MOVE_NODE", "RECALL_REQUEST", "COPY_EXTRACT", "COPY_LOAD_PROFILE", "UPDATE_VISIBILITY", "COPY", "QUERY", "RUN_EXTRACT_PACKAGE", "CREATE_EXTRACT_PACKAGE" ]
Nested Schema : UsersBrowseFilter
Type:
Show Source
object-
filterType:
string
Allowed Values:
[ "INCLUDE", "EXCLUDE", "NONE" ] -
userGroups:
array userGroups
Unique Items Required:
true -
users:
array users
Unique Items Required:
true
Nested Schema : Preferences
Type:
Show Source
object-
actAsThisRole:
string
Allowed Values:
[ "USER", "SERVICE_ADMINISTRATOR" ] -
delegateToUserId:
string(uuid)
-
languageTag:
string
-
links:
array links
-
outOfOffice:
boolean
-
profilePictureId:
string(uuid)
-
timeZone:
object TimeZone
Nested Schema : Artifact
Type:
Show Source
object-
id:
string(uuid)
-
name:
string
-
type:
string
Allowed Values:
[ "CLUSTER", "CARD" ]
Examples
The following example shows how to retrieve all the views by submitting a GET request on the REST resource using cURL.
curl --user edmcs_cloud_user -X GET https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views
Example of the Response Body
The following example shows the contents of the response body in JSON format,including:
{
"items": [
{
"id": "91fab006-5185-478f-9d3c-c1b4548a0b10",
"name": "Corporate Planning (EPBCS)",
"description": "Corporate Planning dimensions",
"timeCreated": "2017-11-08T22:13:01.060Z",
"timeModified": "2017-11-10T03:46:23.515Z",
"createdBy": "demoadmin",
"modifiedBy": "demoadmin",
"master": false,
"objectStatus": "ACTIVE",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10"
},
{
"rel": "viewpoints",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints"
},
{
"rel": "create",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints",
"method": "POST"
},
{
"rel": "requests",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/requests?q=views%3A%3A91fab006-5185-478f-9d3c-c1b4548a0b10",
"templated": true
},
{
"rel": "createRequest",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/requests",
"method": "POST"
},
{
"rel": "delete",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10",
"method": "DELETE"
},
{
"rel": "edit",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10",
"method": "PUT"
},
{
"rel": "grants",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/grants"
}
],
"permittedActions": [
"CREATE_REQUEST",
"ARCHIVE",
"EDIT_METADATA",
"CREATE_VIEWPOINT",
"MANAGE_GRANTS",
"DELETE"
]
},
{
"id": "9f9d7689-44ce-4e0a-8f37-33ed54e703c4",
"name": "Acquired GL (Legacy)",
"description": "Acquired GL Chart of Accounts",
"timeCreated": "2017-11-10T04:43:30.049Z",
"timeModified": "2017-11-10T04:58:33.958Z",
"createdBy": "Casey.Brown",
"modifiedBy": "Casey.Brown",
"master": false,
"objectStatus": "ACTIVE",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4"
},
{
"rel": "viewpoints",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4/viewpoints"
},
{
"rel": "create",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4/viewpoints",
"method": "POST"
},
{
"rel": "requests",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/requests?q=views%3A%3A9f9d7689-44ce-4e0a-8f37-33ed54e703c4",
"templated": true
},
{
"rel": "createRequest",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/requests",
"method": "POST"
},
{
"rel": "delete",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4",
"method": "DELETE"
},
{
"rel": "edit",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4",
"method": "PUT"
},
{
"rel": "grants",
"href": "https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/9f9d7689-44ce-4e0a-8f37-33ed54e703c4/grants"
}
],
"permittedActions": [
"CREATE_REQUEST",
"ARCHIVE",
"EDIT_METADATA",
"CREATE_VIEWPOINT",
"MANAGE_GRANTS",
"DELETE"
]
}
]
}