Countries

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
Skipinteger · int32Optional

Skip number of records

Example: 10
Takeinteger · int32Optional

Take number of records

Example: 5
FilterstringOptional

Filter the resulsts. See ODATA documentation for more information

Example: name eq 'Adam' and age gt 20
SortstringOptional

Sorting the results. See ODATA specificaion for more information

Example: name
Header parameters
api-versionstringOptional
Responses
chevron-right
200

Success

application/json
idstring · uuidOptional
namestring · nullableOptional
twoAlphaCodestring · nullableOptional
threeAlphaCodestring · nullableOptional
activebooleanOptional
get
/Countries

Get Countries by Id

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Responses
chevron-right
200

Success

application/json
idstring · uuidOptional
namestring · nullableOptional
twoAlphaCodestring · nullableOptional
threeAlphaCodestring · nullableOptional
activebooleanOptional
get
/Countries/{id}

Last updated