Organization
An Organization within the FieldAgent system.
Implements
Fields
UpsertActionType!)
Determines if it was a create or update.
String)
Organization address line 1.
String)
Organization address line 2.
JSON)
To build an organization hierarchy you should pull all the organizations you can access through the organizations query and then build the tree client side using parent_organization_id.
Hierarchy of child organization information returned as JSON. Available keys are sentera_id (string), name (string) and children (array). This structure is recursive.
String)
Organization city.
String!)
Organization country code (ISO 3166-1).
String!)
Organization email.
[ExternalCredential!]!)
The external services connected to this organization.
FeatureSetsQueryResult!)
A list of feature sets that are directly attached to this organization.
| Argument | Type | Description |
|---|---|---|
order_by |
FeatureSetSortingAttributes
|
Order the results by a specific attribute. |
order_by_direction |
SortDirection
|
Direction (ascending or descending) of the ordered results. |
pagination |
Pagination
|
Paginate the results. |
type |
FeatureSetType
|
Filter the results by feature set type. |
FilesQueryResult!)
A list of files associated with this organization.
| Argument | Type | Description |
|---|---|---|
date_range |
DateRange
|
Filter the results by a date range. |
order_by |
FileSortingAttributes
|
Order the results by a specific attribute. |
order_by_direction |
SortDirection
|
Direction (ascending or descending) of the ordered results. |
pagination |
Pagination
|
Paginate the results. |
String!)
Organization name.
OrganizationType!)
Type of this organization.
ID)
A system-generated key identifying the organization one level above this organization in the hierarchy. If null then this organization is the root of the hierarchy, if one exists.
String)
Organization phone number.
OrganizationPreferences!)
The list of preferences for this organization.
ID!)
A system-generated key identifying the organization.
String!)
A short system-generated key identifying the organization.
String)
Organization state/province/region code (ISO 3166-2).
OrganizationStatus!)
The current status of the organization.
UsersQueryResult)
A list of users that belong to this organization.
| Argument | Type | Description |
|---|---|---|
order_by |
UserSortingAttributes
|
Order the results by a specific attribute. |
order_by_direction |
SortDirection
|
Direction (ascending or descending) of the ordered results. |
pagination |
Pagination
|
Paginate the results. |
status |
UserStatus
|
Filter the results by user status. |
WebhookSubscriptionsQueryResult!)
A list of web hook subscriptions associated with this organization.
| Argument | Type | Description |
|---|---|---|
pagination |
Pagination!
|
Paginate the results. |
String)
Organization zip code.