¿En qué podemos ayudarte?
< Todos los temas
Imprimir

GetToken (method)

Returns the authentication code to access the API methods. The user must be configured to access Aliquo.


Comments

Tests can be performed using the URL http://test.aliquosoftware.net/aliquoserver/api.svc

ParameterValue
AccountTestAPI
PasswordAccountpa$$w0rd
CompanyID1
GroupID2

Important: The number of token assigned is limited to the number of concurrent users contracted, so it is recommended to use the same for the lifetime of it, or use the ReleaseToken function to close it.


Definition


JSON

/json/GetToken/{Account}/{PasswordAccount}/{CompanyID}/{GroupID}


Parameters

ParameterDescription
AccountAccount access
PasswordAccountAccess password
CompanyIDCompany number
GroupIDGroup code (You can indicate 0)


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetToken/TestAPI/pa$$w0rd/1/2



If you do not know the value of the group, you can enter 0 and you will be assigned the most privileged one.

http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetToken/TestAPI/pa$$w0rd/1/0

Tabla de contenidos