Method GetDossierSchemaStore
GetDossierSchemaStore(String)
Get dossier schema store
Declaration
DossierSchemaStoreContract GetDossierSchemaStore(string connectionId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId |
Returns
Type | Description |
---|---|
DossierSchemaStoreContract |
Examples
POST http://YourServerName/InfoShare/Json/Common/GetDossierSchemaStore
Example for getting a dossier schema store{
"connectionId": "14fdf675-1c54-4bba-880e-ea09e314ab05",
}
Response
{}
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |