Remarks associated with specific FSS_BASE columns or general remarks for Flight Service Stations
Ordered by FSS_ID, REF_COL_NAME, REF_COL_SEQ_NO which together form the unique record key. Non-specific remarks are identified as GENERAL_REMARK.
# Introspect the FssRmk type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
fssId
name
city
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD | ||
| fssId ← FSS_ID | FssRmkFssId | Flight Service Station Identifier; references FSS_ID in FSS_BASE | 9 values
| |
| name ← NAME | String | Flight Service Station Name | ||
| city ← CITY | String | Associated city name where the FSS is located | ||
| stateCode ← STATE_CODE | FssRmkStateCode | Associated state using standard two-letter US Post Office code abbreviation |
| |
| countryCode ← COUNTRY_CODE | String | Country Post Office Code for the country where the FSS is located | ||
| refColName ← REF_COL_NAME | FssRmkRefColName | NASR column name in FSS_BASE associated with this remark; non-specific remarks are identified as GENERAL_REMARK |
| |
| refColSeqNo ← REF_COL_SEQ_NO | Int | Sequence number assigned to the remark for the referenced column, used to order multiple remarks for the same column | ||
| remark ← REMARK | String | Free form remark text that further describes a specific information item for the FSS |