| ClassIT+™ |
The Article Change History method performs a search and retrieves an article change history from the articleNumber.
End Points
- Sandbox URL: https://Snbxapi-se.nmfta.org/api/v1.0/search/GetArticleChangeHistoryDetails
- Production URL: https://Api-se.classitplus.com/api/v1.0/search/GetArticleChangeHistoryDetails
Method Definition
Http Method: POST
Authorization header: Bearer JWT
URL: https://Snbxapi-se.nmfta.org/api/v1.0/search/GetArticleChangeHistoryDetails
Parameter Name, Description, and Data Type
| Parameter Name | Description | Data Type |
| articleNumber | Item Number to search. |
|
Method Request
Article Change History Method JSON Request
| Result Status | Result JSON String |
| Http Method | POST |
| Body |
{ "articleNumber": "15455" } |
Method Result
Article Change History Method JSON Result
| Result Status | Result JSON String |
| success |
{ "articleChangeHistoryDetails": [ { "docket": "DOCKET 2025-1", "issuedDate": "2025-08-10T00:00:00", "changeDetailBatch": [ { "subject": "12", "quickView": "APPROVED AS DOCKETED,Multiple items applying on brass, bronze, or copper articles are amended, canceled, or established, as shown.", "quickViewSubItems": [ "Generic heading, item 30100, amended to read “Brass, Bronze or Copper Group”"], "changeDetails": [ { "description": "Brass, Bronze or Copper", "typeOfProvision": "Note", "item": "30160", "alternateItem": "", "action": "Amend", "newItemComment": null, } ] }, { "subject": "20", "quickView": "APPROVED AS DOCKETED,The articles and their respective notes above are canceled and reestablished under new numbers to adopt the FCDC’s standard 13-subprovision density scale.", "quickViewSubItems": [ "Thirty-one Notes are canceled and reestablished as new Notes attendant to their respective new items"], "changeDetails": [ { "description": "Brass, Bronze or Copper", "typeOfProvision": "Note", "item": "30160", "alternateItem": "", "action": "Amend", "newItemComment": null,
} ] } ] }, { "docket": "DOCKET 2025-2", "issuedDate": "2025-05-10T00:00:00", "changeDetailBatch": [ { "subject": "18", "quickView": "APPROVED AS DOCKETED,Multiple items applying on brass, bronze, or copper articles are amended, canceled, or established, as shown.", "quickViewSubItems": [ "Generic heading, item 30100, amended to read “Brass, Bronze or Copper Group”", "Note, item 30762, canceled and reestablished attendant to item 30160"], "changeDetails": [{ "description": "Brass, Bronze or Copper", "typeOfProvision": "Article", "item": "30160", "alternateItem": "", "action": "Amend", "newItemComment": null, }, { "description": "Brass, Bronze or Copper", "typeOfProvision": "Article", "item": "30120", "alternateItem": "30160", "action": "Cancel with reference", "newItemComment": null, }] }] }], "message": "", "success": true } |
| failure |
{ "articleChangeHistoryDetails": [], |
Article Change History Search Method Result Definition
| JSON Property | Description | Data Type |
| success | Identifies if the method call completed successfully. |
|
| message | Result message. |
|
| ArticleChangeHistoryDetails | The article change history information. |
|
ArticleHistoryChangeDetails Object Type
Description: Represents a list of changes to an article in the search results, including detailed metadata, docket, and associated sub-items.
| JSON Properties | Description | Data Type |
| docket | The docket associated with the article change. |
|
| issuedDate | The issue date of the docket. |
|
| changeDetailBatch | List of change details grouped by subject. |
|
ChangeDetailBatch Object Type
Description: Represents change details grouped by subject.
| JSON Properties | Description | Data Type |
| subject | The subject of grouped change details. |
|
| changeDetails | List of change details. |
|
ChangeDetail Object Type
Description: Represents changes made to an item based on the publication, includes description, typeofprovision, and other content.
| JSON Properties | Description | Data Type |
| description | The name or identifier of the sub-item within the article. |
|
| typeofprovision | The provision type associated with the article change. |
|
| item | The item associated with the change. |
|
| alternateitem | The alternate item associated with the item change. |
|
| action | The action associated with the item change. |
|
| newItemComment | The comment associated with the item change. |
|
All content © Copyright 2025 National Motor Freight Traffic Association, Inc.™ All Rights Reserved.