RepositoryResource
Exposes repository browsing through the REST API
The following resources are part of this group:
/v1/data/repository/{repositoryPath}
GET
Lists the contents of a repository path.
Parameters
name | description | type | default |
---|---|---|---|
repositoryPath | The path in the repository to read. For example /project1/folder1 | path | |
start | Start at this position in the list. | query | 0 |
maxResults | The maximum number of items to return. | query | 50 |
Response Body
element: | webServiceBeanList |
media types: | application/json |
A paginated list of references to contents of the repository path. 404 Not Found if the repository path does not point to a valid container entity. i.e. a project, folder or virtual scenario group
POST
Create a new folder or updates an existing folder or scenario to point to a new repository path.
Parameters
name | description | type | default |
---|---|---|---|
repositoryPath | the path in the repository to create the folder or move the folder/scenario to. For example: Multiplication%20Test Project/ |
path |
Request Body
element: | reference |
media types: | application/json |
a reference representation of the folder to create or folder/scenario update (sent by the client)
Response Body
element: | (custom) |
media types: | application/json |
an response containing the current representation of the folder or scenario
- 400 Bad Request when the reference id is null or empty and the reference is not a folder
- 404 Not Found when the target folder (as indicated by the repository path) does not exist
- 403 Forbidden when not authorized to access the resource
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.