We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement (newly added) API sections:
get_parlperiod_mps()
The text was updated successfully, but these errors were encountered:
Within the "Sak" section (get_case()), there is now a section for events in each step of a case's process. Looks like this:
get_case()
<saksgang_steg_liste> <saksgang_steg> <respons_dato_tid>2024-11-14T22:36:00.6140853+01:00</respons_dato_tid> <versjon>1.6</versjon> <id>SAK</id> <navn>Forslag</navn> <saksgang_hendelse_liste> <saksgang_hendelse> <respons_dato_tid>2024-11-14T22:36:00.6140853+01:00</respons_dato_tid> <versjon>1.6</versjon> <dato>01.01.0001 00:00:00</dato> <id>FRAREP</id> <publikasjonsReferanse i:nil="true"/> <sorterings_nummer>10040</sorterings_nummer> <stegnummer>1</stegnummer> </saksgang_hendelse> <saksgang_hendelse> <respons_dato_tid>2024-11-14T22:36:00.6140853+01:00</respons_dato_tid> <versjon>1.6</versjon> <dato>01.01.0001 00:00:00</dato> <id>SAK</id> <publikasjonsReferanse i:nil="true"/> <sorterings_nummer>20000</sorterings_nummer> <stegnummer>1</stegnummer> </saksgang_hendelse> <saksgang_hendelse> <respons_dato_tid>2024-11-14T22:36:00.6140853+01:00</respons_dato_tid> <versjon>1.6</versjon> <dato>25.02.2012 00:00:00</dato> <id>FREMSATT</id> <publikasjonsReferanse i:nil="true"/> <sorterings_nummer>30000</sorterings_nummer> <stegnummer>1</stegnummer> </saksgang_hendelse> <saksgang_hendelse> <respons_dato_tid>2024-11-14T22:36:00.6140853+01:00</respons_dato_tid> <versjon>1.6</versjon> <dato>09.03.2021 00:00:00</dato> <id>REFS</id> <publikasjonsReferanse>http://www.stortinget.no/stid/2020/si210309.html</publikasjonsReferanse> <sorterings_nummer>40010</sorterings_nummer> <stegnummer>1</stegnummer> </saksgang_hendelse> </saksgang_hendelse_liste> <steg_nummer>1</steg_nummer> <uaktuell>false</uaktuell> </saksgang_steg> </saksgang_steg_liste>
Should also be added in the get_case() function.
Sorry, something went wrong.
martigso
No branches or pull requests
Implement (newly added) API sections:
get_parlperiod_mps()
-- if no id given, return current?The text was updated successfully, but these errors were encountered: