Skip to content

Return the indicator creation date using /api/v1/indicators/{type}/{value}/{section} endpointΒ #76

@gquittet

Description

@gquittet

Hello guys πŸ‘‹

I need to find when an indicator has been created.

Unfortunately, to achieve this, we have to

  1. call the /api/v1/indicators/{type}/{value}/{section}
  2. for each pulses in the response, make a call to find the related indicators
  3. get the creation date

And the call to get all the indicators related to one pulse is freaking slow.

I suggest to return the created, modified and expiration fields (all useful date fields) when fetching the indicator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions