descriptor

Get descriptor

  • GET /descriptor.json will return all descriptors in an array

descriptor is select2 friendly and will accept the url parameters of Page,Term,Id.

{
    "total": 244,
    "items": [
        {
            "id": 1,
            "text": "Abiotic Damage"
        },
        {
            "id": 2,
            "text": "Nuisance Insects"
        },
        {
            "id": 3,
            "text": "Aquatic"
        },
        {
            "id": 4,
            "text": "Bark Beetles and Phloem Feeding Insects"
        },
        {
            "id": 5,
            "text": "******"
        },
        {
            "id": 6,
            "text": "Unknown Biotic Damage Agent"
        },
        {
            "id": 7,
            "text": "Boring Insects"
        },
        {
            "id": 8,
            "text": "Broom Rusts"
        },
        {
            "id": 9,
            "text": "Chewing Insects"
        },
    ]
}