NextGen APIs

GET /assets/accounts/r1/accounts/{accountId}/contacts

Http Verb

GET

Url

/assets/accounts/r1/accounts/{accountId}/contacts

Permissions required

Resource: View (fsm.core.resource.view)

Personally Identifiable Information (PII)

Yes

Sensitive Information

No

Last Modified Version

r1

Released since

2024 W1 (FSM 16.0)

Deprecated since


Removed since


Tech Tags

PAGINATION ORDERING-SERVER-SIDE

Business Logic

This API returns a list of Account Contacts filtered by input criteria.

Path Parameters

Field

Note

accountId


Query String Parameters

Filter ℹ️

Field

Validations

Note

id

Id

Collection of ids

typeId

Contact type id

Collection of ids

code

Code

Collection of codes

contact

Contact


Order ℹ️

Default Order

Id (ASC)

Page ℹ️

Default.

Fields ℹ️

Default.

Header Parameters

Default.

Response payload fields

Field

Note

id


code


addressId


contact


typeId


Response error codes

NOT_FOUND, BASE_0001