Hi,
I have to use one below third party weebAPI, but I am unable to use 3rd API,
can anyone help me to resolve my query.
<div class="col-md-3">- UserEntity
- EmailAddress
- Password
- SessionEntity
- SessionCypher
- ValidThrough
- DirectoryEntryEntity
- Id
- TypeId
- TypeDescription (either 'Folder' or 'File')
- Name
URI | Verb | Input Entity | Required | Return Entity | Response Codes | |
---|---|---|---|---|---|---|
https://my.rpsins.com/resume/api/User | POST | UserEntity | EmailAddress, Password | UserEntity | 201 403 | Creates User for Authentication |
https://my.rpsins.com/resume/api/Session | POST | UserEntity | EmailAddress, Password | SessionEntity | 201 403 | Returns Session Token for Authentication Header Test Session |
https://my.rpsins.com/resume/api/DirectoryEntries | GET | Auth Header:TestSession | Array of DirectoryEntryEntity | 201 403 | Returns list of root directory directory entries |