Skip to content

How can I create a PDS3-like index table for PDS4 metadata? #256

Answered by pds-ops
jordanpadams asked this question in Q&A
Discussion options

You must be logged in to vote

Note: You may want to ping the JSON response with limit=0 first in order to get the result summary back and determine the number of hits and paginate as needed. The limit defaults to 100.

$ curl --get https://pds.nasa.gov/api/search/1/classes/bundles/urn:nasa:pds:insight_rad::2.1/members/members?limit=0 \
    --header 'Accept: application/json'

{
   "summary" : {
      "hits" : 44,
      "limit" : 0,
      "properties" : [
         "_package_id",
         "alternate_ids",
         "description",
         "insight:Observation_Information.insight:mission_phase_name",
         "insight:Observation_Information.insight:product_type",
         "insight:Observation_Information.insight:release_n…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pds-ops
Comment options

Answer selected by jordanpadams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants