Yep, got them right here for you
credentials for api call
nyc070 admin iA1wS46zi10Y
nyc070 user0 s1uqUKZFjDlu
nyc070 user1 yjhSX3ueUu58
nyc070 user2 pcvs6rfLDv76
nyc070 user3 o4VzZZlBCtak
nyc070 user4 ctHQcUBovEDu
https://app.swaggerhub.com/apis-docs/osroot/yuuvis/1.0
This API provides the basic document management functionality for the redline hackathon. With the yuuvis API you can easily connect a document management system to a web application or a mobile app. This documentation will help you integrate the API into your application and is intended for developers.
You must be authorized to use the API. For this you should have username, password, and tenant values. If you don't have those values, please contact justin@bemyapp.com.
Once you have these values simply click on the Authorize button below and fill in the two available authorizations. For the first authorization, you need to enter your username and password and click Authorize. In the second dialog, enter your tenant and click Authorize.
To get a quick start in using the API, you can use the following metadata example to store any file in the document management system.Save the following metadata as a file called metadata.json
Expand the call for storing documents below (
Hint: Make sure you are authorized!
Join Slack and visit the #tech-support channel!
You must be authorized to use the API. For this you should have username, password, and tenant values. If you don't have those values, please contact justin@bemyapp.com.
Once you have these values simply click on the Authorize button below and fill in the two available authorizations. For the first authorization, you need to enter your username and password and click Authorize. In the second dialog, enter your tenant and click Authorize.
To get a quick start in using the API, you can use the following metadata example to store any file in the document management system.Save the following metadata as a file called metadata.json
{
"objects": [{
"properties": {
"enaio:objectTypeId": {
"value": "document"
},
"Name": {
"value": "my document"
}
},
"contentStreams": [{
"cid": "cid_63apple"
}]
}]
}
Expand the call for storing documents below (
/dms/objects
) and click Try it out. You must choose two files for the multipart request. For the data
part, select your metadata.json file. For the cid_63apple
part, select the file you want to upload. Finally, click Execute and you're done.Hint: Make sure you are authorized!
Join Slack and visit the #tech-support channel!
Servers
https://yuuvis.io/api
Authorize
objectsMain functions related to your objects
Main functions related to your objects
renditionsMain functions related to your object renditions
Main functions related to your object renditions
schemaSchema information
Schema information
admin schemaSchema administration (only accessible with an account with administrative rights)
Schema administration (only accessible with an account with administrative rights)
Import Object Response
Search Request
Search Response Object
Update Metadata Request
Update Metadata Response
History Entries List
History Entry Object
Metadata Object
Content Stream Object
Validation Error List
Validation Error List
Tenant Schema Example
Property Definition Object
Type Document Definition Object
RenditionInfoResponse